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

Brett Cannon brett at python.org
Tue May 6 08:22:52 CEST 2008


On Mon, May 5, 2008 at 5:03 PM, Benjamin Peterson
<musiccomposition at gmail.com> wrote:
> On Mon, May 5, 2008 at 6:20 PM, Brett Cannon <brett at python.org> wrote:
>  > On Mon, May 5, 2008 at 3:33 PM, Guido van Rossum <guido at python.org> wrote:
>  >  >
>
> >  >  I've accepted this PEP.
>  >
>  >  Woohoo!
>
>  Congrats!
>
>
>  >
>  >  > Everyone, get to work on implementing this!
>  >  >  I'm sure some small nits will come up during the work that nobody
>  >  >  anticipated during the PEP discussion. In that case, let's be flexible
>  >  >  and work to update the PEP with the best possible solution.
>  >
>  >  And use the PEP to keep track of what state everything is in!
>  >  Hopefully I will start work on this tonight or tomorrow.
>
>  What can I/we do to help?

Once I have worked out exactly needs to be done for each possible
thing (deletion, rename), then going through the motions in terms of
just doing the right thing for 2.6/3.0. I have an idea on how I want
to test the deletion warnings. Once I have that in place then it
should be a matter of adding the tests to test_py3kwarn, the warning
in the module, and the proper note in the docs.

-Brett


More information about the Python-3000 mailing list