From f1f2d2b4204cdbc4606a65b5c802425d101643db Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 25 Apr 2003 19:04:27 +0000 Subject: [PATCH] Update the note on the PendingDeprecationWarning. --- pep-0283.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0283.txt b/pep-0283.txt index 18b543731..bd4ecb2c0 100644 --- a/pep-0283.txt +++ b/pep-0283.txt @@ -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