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

neal.norwitz python-checkins at python.org
Wed Feb 15 05:53:24 CET 2006


Author: neal.norwitz
Date: Wed Feb 15 05:53:23 2006
New Revision: 42369

Modified:
   peps/trunk/pep-0000.txt
Log:
Fix capitalization of Conversions

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Feb 15 05:53:23 2006
@@ -96,7 +96,7 @@
  S   315  Enhanced While Loop                          Carroll, Hettinger
  S   321  Date/Time Parsing and Formatting             Kuchling
  S   323  Copyable Iterators                           Martelli
- S   331  Locale-Independent Float/String conversions  Reis
+ S   331  Locale-Independent Float/String Conversions  Reis
  S   332  Byte vectors and String/Unicode Unification  Montanaro
  S   334  Simple Coroutines via SuspendIteration       Evans
  S   335  Overloadable Boolean Operators               Ewing
@@ -383,7 +383,7 @@
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger
  SR  330  Python Bytecode Verification                 Pelletier
- S   331  Locale-Independent Float/String conversions  Reis
+ S   331  Locale-Independent Float/String Conversions  Reis
  S   332  Byte vectors and String/Unicode Unification  Montanaro
  I   333  Python Web Server Gateway Interface v1.0     Eby
  S   334  Simple Coroutines via SuspendIteration       Evans


More information about the Python-checkins mailing list