Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
Open
No due date
Last updated Jan 21, 2015

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.

0% complete

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.