[stdlib-sig] Making the reorg work

Raymond Hettinger python at rcn.com
Fri Apr 18 03:48:37 CEST 2008


> So, the following the workflow?
> 1. svn mv Lib/BadOldName.py Lib/badoldname.py (in trunk)
> 2. Fix imports in the stdlib and update the docs.
> 3. Commit and merge into 3.0.
> 4. (back in trunk) make a file that does a start import (modules with
> __all__ will require some more work) in lib-old and gives a py3k
> warning
> 5. Block that revision

6. Make a 2-to-3 converter


More information about the stdlib-sig mailing list