Update the note on the PendingDeprecationWarning.
This commit is contained in:
parent
ec7e62ae0a
commit
f1f2d2b420
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue