List view
This is the set of changes I'm planning for the 1.0 release. I'll be tidying up the code base and the API, so some of the changes from 0.x to 1.0 will be incompatible with existing code. I may also end up making changes that make more functions incompatible with Python 2.6. I've started adding DeprecationWarnings to the items earmarked to be deleted or moved for 1.0. Their interfaces will remain the same for all remaining 0.x releases, but their implementations may change so they're declared in terms of stuff I intend to keep, or, if possible, standard library functions. To see the DeprecationWarnings, run your script with developer warnings thus: `python -Wd yourscript.py` 1.0 will be released when I deem it ready. New suggestions, as well as comments on existing targets, are welcome.
No due date•0/3 issues closed