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 ezio.melotti
Recipients ezio.melotti, flox
Date 2011-10-23.21:30:16
SpamBayes Score 0.00023963106
Marked as misclassified No
Message-id <1319405417.4.0.0431579497463.issue13248@psf.upfronthosting.co.za>
In-reply-to
Content
*unittest*
  "assert{DictContainsSubset,RaisesRegexp,RegexpMatches}", "fail*"

The "fail*" should stay.

The general idea is that with Python3 we can wait a bit more before getting rid of things, because if someone jumps from 2.7 to 3.3, he might not find things that got deprecated in 3.2 and disappeared on 3.3.

That said, some of the more obscure functions/method/attributes can probably go.

Also I think that PendingDeprecations are now quite useless, since DeprecationWarnings are silenced by default.  I think we can convert them to DeprecationWarnings, even if we leave them there for a couple of versions.
History
Date User Action Args
2011-10-23 21:30:17ezio.melottisetrecipients: + ezio.melotti, flox
2011-10-23 21:30:17ezio.melottisetmessageid: <1319405417.4.0.0431579497463.issue13248@psf.upfronthosting.co.za>
2011-10-23 21:30:16ezio.melottilinkissue13248 messages
2011-10-23 21:30:16ezio.melotticreate