[Python-3000] PEP 3108 - stdlib reorg/cleanup

Benjamin Peterson musiccomposition at gmail.com
Tue Apr 29 23:08:26 CEST 2008


On Mon, Apr 28, 2008 at 9:30 PM, Brett Cannon <brett at python.org> wrote:
>  #. Remove the module.
>  #. Remove the tests.
>  #. Edit ``Modules/Setup.dist`` and ``setup.py`` if needed.
>  #. Remove the docs (if applicable).
>  #. Run the regression test suite (using ``-uall``); watch out for
>    tests that are skipped because an import failed for the removed
>    module.

Why don't why apply the patch at issue 2409, so catching imports is easier?

<not_hot_air>
+1 Overall, I'm very impressed. It's hard to find a PEP (especially
this big) that doesn't cause massive bikeshedding.
</not_hot_air>



-- 
Cheers,
Benjamin Peterson


More information about the Python-3000 mailing list