Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Remove all % formatting once the Python 2.5 App Engine runtime is deprecated #70

Open
dhermes opened this issue May 3, 2013 · 0 comments

Comments

@dhermes
Copy link
Contributor

dhermes commented May 3, 2013

Since .format was not added to the str class until Python 2.6, we need to use nasty % string formatting, which is prone to errors.

As announced on March 8, 2013, the Python 2.5 runtime will be deprecated in January 2014. At this point, all the error-prone %-formatting can be removed and we can just use str.format. Happy, happy days.

@ghost ghost assigned dhermes May 3, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant