[Python-Dev] Py3k DeprecationWarning in stdlib

Nick Coghlan ncoghlan at gmail.com
Tue Jun 24 15:08:47 CEST 2008


Benjamin Peterson wrote:
> On Tue, Jun 24, 2008 at 5:34 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
>> I'd say so, yes. If tracker issues don't exist yet, please create them. The
>> focus for the first beta was really on getting all the syntax and API
>> changes stable - the remaining time between the first beta release and the
>> first release candidate will focus on cleaning up issues like this.
> 
> I wonder if we could just 2to3 (with fixers that create
> incompatibilities disabled) over the whole stdlib and see what
> happens.

Just running the unit test suite with -3 would probably be a better 
starting point. 2to3 makes a lot of extra changes that we don't 
particularly care about.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list