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 eric.araujo, ezio.melotti, michael.foord, rhettinger, terry.reedy
Date 2010-11-21.19:10:50
SpamBayes Score 0.0036441386
Marked as misclassified No
Message-id <1290366652.92.0.259885483763.issue9424@psf.upfronthosting.co.za>
In-reply-to
Content
I merged the patch on 3.1 in r86629 and on 2.7 in r86637.

I would like to propose the following deprecation schedules for the deprecated fail* and assert* methods:

* for the fail* methods:
  add a DeprecationWarning in 3.1 (done in r74096);
  remove them in 3.3 (see msg65142);

* for the assert* methods:
  add a DeprecationWarning in 3.2;
  leave them around for a few more versions;

These deprecations should be documented on whatsnew3.2 too.
History
Date User Action Args
2010-11-21 19:10:52ezio.melottisetrecipients: + ezio.melotti, rhettinger, terry.reedy, eric.araujo, michael.foord
2010-11-21 19:10:52ezio.melottisetmessageid: <1290366652.92.0.259885483763.issue9424@psf.upfronthosting.co.za>
2010-11-21 19:10:50ezio.melottilinkissue9424 messages
2010-11-21 19:10:50ezio.melotticreate