[Python-checkins] r63797 - peps/trunk/pep-0000.txt

georg.brandl python-checkins at python.org
Thu May 29 23:14:46 CEST 2008


Author: georg.brandl
Date: Thu May 29 23:14:46 2008
New Revision: 63797

Log:
Formatting nits.


Modified:
   peps/trunk/pep-0000.txt

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu May 29 23:14:46 2008
@@ -276,8 +276,8 @@
  SR 3130  Access to Current Module/Class/Function      Jewett
  SR 3133  Introducing Roles                            Winter
  SR 3136  Labeled break and continue                   Chisholm
- SR 3139 Cleaning out sys and the "interpreter" module          Peterson
- SR 3140  str(container) should call str(item), not repr(item)       Broytmann, Jewett
+ SR 3139  Cleaning out sys and the "interpreter" module  Peterson
+ SR 3140  str(container) should call str(item), not repr(item)  Broytmann, Jewett
 
 
 Numerical Index
@@ -521,8 +521,8 @@
  SR 3136  Labeled break and continue                   Chisholm
  SA 3137  Immutable Bytes and Mutable Buffer           GvR
  S  3138  String representation in Python 3000         Ishimoto
- SR 3139 Cleaning out sys and the "interpreter" module  Peterson
- SR 3140  str(container) should call str(item), not repr(item)       Broytmann, Jewett
+ SR 3139  Cleaning out sys and the "interpreter" module  Peterson
+ SR 3140  str(container) should call str(item), not repr(item)  Broytmann, Jewett
  SA 3141  A Type Hierarchy for Numbers                 Yasskin
 
 


More information about the Python-checkins mailing list