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
|
- Add a new concept, "pending deprecation", with associated
|
||||||
warning PendingDeprecationWarning. This warning is normally
|
warning PendingDeprecationWarning. This warning is normally
|
||||||
suppressed, but can be enabled by a suitable -W option. (This
|
suppressed, but can be enabled by a suitable -W option. Only a
|
||||||
has been added, but nothing uses it yet.)
|
few things use this at this time.
|
||||||
|
|
||||||
- Warn when an extension type's tp_compare returns anything except
|
- Warn when an extension type's tp_compare returns anything except
|
||||||
-1, 0 or 1. http://www.python.org/sf/472523
|
-1, 0 or 1. http://www.python.org/sf/472523
|
||||||
|
|
Loading…
Reference in New Issue