We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Python3 (markdown)
`getargspec` was un-deprecated
Undo wiki vandalism
Destroyed Python3 (markdown)
remove completed TODO entry for python 3 trove classifiers
add note about modifying .travis.yml
moved exceptions coding convention to hacking wikipage
add note to delete string-literals wikipage
minor tweaks
move str.format() to general coding standards
remove mention of from __future__ imports as they are already covered by the general coding standards
add note to update docs
add note on HumanReadableException
add note to replace deprecated inspect.getargspec
remove parenthesized note from 2to3 run note
add io.open in the list of things to drop
add message to drop mock
add note on flake8-coding
add note on removing F405 from flake8 ignore configuration
add note to remove coding: magic comments
move trove classifcation item to initial support todo
add some more post transition items
remove mention of porting dependencies
add note on new keyword arg only syntax.