Update status for PEP 277.

This commit is contained in:
Martin v. Löwis 2002-10-07 18:38:47 +00:00
parent 4b6a9cf9e2
commit e3164d0fcb
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,6 @@ Index by Category
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
S 276 Simple Iterator for ints Althoff
S 277 Unicode file name support for Windows NT Hodgson
S 278 Universal Newline Support Jansen
S 280 Optimizing access to globals van Rossum
S 281 Loop Counter Iteration with range and xrange Hetland
@ -136,6 +135,7 @@ Index by Category
S 261 Support for "wide" Unicode characters Prescod
SF 263 Defining Python Source Code Encodings Lemburg
SF 264 Future statements in simulated shells Hudson
SF 277 Unicode file name support for Windows NT Hodgson
SF 279 The enumerate() built-in function Hettinger
SF 285 Adding a bool type van Rossum
SF 293 Codec Error Handling Callbacks Dörwald
@ -268,7 +268,7 @@ Numerical Index
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg
S 276 Simple Iterator for ints Althoff
S 277 Unicode file name support for Windows NT Hodgson
SF 277 Unicode file name support for Windows NT Hodgson
S 278 Universal Newline Support Jansen
SF 279 The enumerate() built-in function Hettinger
S 280 Optimizing access to globals van Rossum