Commit Graph

3 Commits

Author SHA1 Message Date
hugovk
8de95676e0 flake8 2014-08-26 16:47:10 +03:00
Brian Crowell
31c454b925 py3k: 2to3's "idiom" filter
This is, I guess, a few things the Python devs were just fed up with.

* "while 1" is now "while True"
* Types are compared with isinstance instead of ==
* Sort a list in one go with sorted()

My own twist is to also replace type('') with str, type(()) with tuple,
type([]) with list, type(1) with int, and type(5000.0) with float.
2013-01-10 08:46:53 -06:00
Alex Clark
9a640e3157 Forking PIL 2010-07-30 22:52:47 -04:00