[Python-Dev] (Not) delaying the 3.2 release (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Thu Sep 16 00:09:28 CEST 2010


On Wed, 15 Sep 2010 11:11:14 -0700 Guido van Rossum <guido at python.org> wrote:

Given that wsgiref is in the stdlib, I think we should hold up the 3.2 release (and even the first beta) until this is resolved, unless we can convince ourselves that it's okay to delete wsgiref from the stdlib (which sounds unlikely but may not be any more incompatible than making it work properly :-).

I'm not sure I agree with this. Considering that:

I don't see what we gain by holding up the 3.2 release. Some writing a Web application will need third-party modules anyway, so downloading wsgi3ref shouldn't be too painful.

On the other hand, if 3.2 is delayed by a month or more, I might try to push for rapid acceptance of PEP 3151, in the hope that the implementation is ready before the first beta!

Regards

Antoine.



More information about the Python-Dev mailing list