Update the note on the PendingDeprecationWarning.

This commit is contained in:
Fred Drake 2003-04-25 19:04:27 +00:00
parent ec7e62ae0a
commit f1f2d2b420
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ Completed features for 2.3
- Add a new concept, "pending deprecation", with associated
warning PendingDeprecationWarning. This warning is normally
suppressed, but can be enabled by a suitable -W option. (This
has been added, but nothing uses it yet.)
suppressed, but can be enabled by a suitable -W option. Only a
few things use this at this time.
- Warn when an extension type's tp_compare returns anything except
-1, 0 or 1. http://www.python.org/sf/472523