From 79384da9d43effd1f16092f94e65b3aeba06cefd Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 15 Feb 2006 04:53:23 +0000 Subject: [PATCH] Fix capitalization of Conversions --- pep-0000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 35f66623b..19e8ab476 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -96,7 +96,7 @@ Index by Category 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 @@ Numerical Index 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