pythononwheels / pow_devel

development repo for PyhtonOnWheels framework
www.pythononwheels.org
MIT License
75 stars 10 forks source link

check str.format python 2.5 equivalent #10

Closed pythononwheels closed 12 years ago

pythononwheels commented 12 years ago

pow runs stanle under 2.5 but do_migrate uses str.format which fails under 2.5

pythononwheels commented 12 years ago

see http://stackoverflow.com/questions/792721/attributeerror-str-object-has-no-attribute-format

pythononwheels commented 12 years ago

will be kept