6 Commits

Author SHA1 Message Date
bfac867e27 Add doctests to other/word_patterns.py (#1518) 2019-10-29 21:05:36 +01:00
9eac17a408 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
47a9ea2b0b Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python

* sort() --> sorted()
2019-08-19 15:37:49 +02:00
4e06949072 Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
d8a6245103 Uses 'with' instead of manually closing files
Uses 'with' statement when opening files to guarantee files are closed even when the process is interrupted.
2016-10-09 00:30:05 +07:00
e51406583c Initial 2016-08-11 19:13:33 +05:30