Brian Crowell
|
f6fa0941fd
|
py3k: Convert backticks to repr()
Backticks are no longer valid syntax for repr().
|
2013-01-10 08:46:49 -06:00 |
|
Brian Crowell
|
5076c35cc5
|
py3k: print is a function
Seriously, if you didn't know that, you've been in a freaking cave, man.
|
2013-01-10 08:46:46 -06:00 |
|
Brian Crowell
|
37f22ebfcd
|
py3k: Use string methods instead of string module
First, we go for the obvious stuff. The string module methods are gone in
3.0, so we translate them to the appropriate methods on the string class.
|
2013-01-10 08:42:49 -06:00 |
|
Alex Clark
|
9a640e3157
|
Forking PIL
|
2010-07-30 22:52:47 -04:00 |
|