[Python-checkins] peps: Minor cleanup to match history.

brett.cannon python-checkins at python.org
Wed May 16 22:51:36 CEST 2012


http://hg.python.org/peps/rev/0c7ef034bf52
changeset:   4398:0c7ef034bf52
user:        Brett Cannon <brett at python.org>
date:        Wed May 16 16:51:32 2012 -0400
summary:
  Minor cleanup to match history.

files:
  pep-0352.txt |  12 +-----------
  1 files changed, 1 insertions(+), 11 deletions(-)


diff --git a/pep-0352.txt b/pep-0352.txt
--- a/pep-0352.txt
+++ b/pep-0352.txt
@@ -232,20 +232,10 @@
 
   - deprecate ``message`` attribute (see `Retracted Ideas`_) [done]
   
-* Python 2.7
+* Python 2.7 [done]
 
   - deprecate raising exceptions that do not inherit from BaseException
 
-  - remove ``message`` attribute
-
-* Python 2.8
-
-  - deprecate catching exceptions that do not inherit from BaseException
-
-* Python 2.9
-  
-  - deprecate ``__getitem__`` (optional)
-
 * Python 3.0 [done]
 
   - drop everything that was deprecated above:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list