This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun
Date 2009-10-09.14:30:31
SpamBayes Score 1.9419092e-05
Marked as misclassified No
Message-id <1255098633.29.0.866346989212.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
If the test suite is run with -3, many deprecation warnings are
reported.  Quite a few are generated by code in the tests themselves,
but many are from constructs in the stdlib which are different or no
longer supported in 3.x.

Even aside from the fact that many of these warnings being caused by
code which I think many people would agree is not ideal, I think it is
important for these warnings to be fixed for Python 2.7.  Since the 3.x
porting guidelines recommend that projects first run their test suite
with -3, these warnings are going to be generating extra noise for
developers to filter through when they try porting their code to 3.x. 
They shouldn't need to wade through stdlib warnings to find warnings
about their own code.

Attached is a log of a complete test run with -3.
History
Date User Action Args
2009-10-09 14:30:33exarkunsetrecipients: + exarkun
2009-10-09 14:30:33exarkunsetmessageid: <1255098633.29.0.866346989212.issue7092@psf.upfronthosting.co.za>
2009-10-09 14:30:32exarkunlinkissue7092 messages
2009-10-09 14:30:31exarkuncreate