[Python-checkins] python/nondist/peps pep-0000.txt, 1.320, 1.321 pep-0313.txt, 1.4, 1.5

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jun 17 19:33:20 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv853

Modified Files:
	pep-0000.txt pep-0313.txt 
Log Message:
Record the rejection for PEP 313.



Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- pep-0000.txt	17 Jun 2005 08:40:50 -0000	1.320
+++ pep-0000.txt	17 Jun 2005 17:33:17 -0000	1.321
@@ -96,7 +96,6 @@
  S   304  Controlling Generation of Bytecode Files     Montanaro
  S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
  S   312  Simple Implicit Lambda                       Suzi, Martelli
- S   313  Adding Roman Numeral Literals to Python      Meyer
  S   314  Metadata for Python Software Packages v1.1   Kuchling
  S   315  Enhanced While Loop                          Carroll
  S   319  Python Synchronize/Asynchronize Block        Pelletier
@@ -208,6 +207,7 @@
  SR  295  Interpretation of multiline string constants Koltsov
  SR  296  Adding a bytes Object Type                   Gilbert
  SR  308  If-then-else expression                      GvR, Hettinger
+ SR  313  Adding Roman Numeral Literals to Python      Meyer
  SD  316  Programming by Contract for Python           Way
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SR  326  A Case for Top and Bottom Values             Carlson, Reedy
@@ -354,7 +354,7 @@
  S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
  SF  311  Simplified GIL Acquisition for Extensions    Hammond
  S   312  Simple Implicit Lambda                       Suzi, Martelli
- S   313  Adding Roman Numeral Literals to Python      Meyer
+ SR  313  Adding Roman Numeral Literals to Python      Meyer
  S   314  Metadata for Python Software Packages v1.1   Kuchling
  S   315  Enhanced While Loop                          Carroll
  SD  316  Programming by Contract for Python           Way

Index: pep-0313.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0313.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pep-0313.txt	4 Apr 2003 21:21:38 -0000	1.4
+++ pep-0313.txt	17 Jun 2005 17:33:18 -0000	1.5
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Mike Meyer <mwm at mired.org>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/plain
 Created: 01-Apr-2003
@@ -19,6 +19,17 @@
     converts the integer to a string that is the Roman numeral literal
     equivalent to the integer.
 
+BDFL Pronouncement
+
+    This PEP is rejected.  While the majority of Python users deemed this
+    to be a nice-to-have feature, the community was unable to reach a
+    concensus on whether nine should be represented as IX, the modern
+    form, or VIIII, the classic form.  Likewise, no agreement was
+    reached on whether MXM or MCMXC would be considered a well-formed
+    representation of 1990.  A vocal minority of users has also requested
+    support for lower-cased numerals for use in (i) powerpoint slides,
+    (ii) academic work, and (iii) Perl documentation.
+
 
 Rationale
 



More information about the Python-checkins mailing list