Message121964
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. |
|
| Date |
User |
Action |
Args |
| 2010-11-21 19:10:52 | ezio.melotti | set | recipients:
+ ezio.melotti, rhettinger, terry.reedy, eric.araujo, michael.foord |
| 2010-11-21 19:10:52 | ezio.melotti | set | messageid: <[email protected]> |
| 2010-11-21 19:10:50 | ezio.melotti | link | issue9424 messages |
| 2010-11-21 19:10:50 | ezio.melotti | create | |
|