334 was withdrawn by author. move 298 where it belongs
This commit is contained in:
parent
efadf4e5f3
commit
0a5c1556d3
|
@ -87,7 +87,6 @@ Index by Category
|
|||
S 302 New Import Hooks JvR, Moore
|
||||
S 323 Copyable Iterators Martelli
|
||||
S 331 Locale-Independent Float/String Conversions Reis
|
||||
S 334 Simple Coroutines via SuspendIteration Evans
|
||||
S 335 Overloadable Boolean Operators Ewing
|
||||
S 337 Logging Usage in the Standard Library Dubner
|
||||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||
|
@ -145,7 +144,6 @@ Index by Category
|
|||
SF 289 Generator Expressions Hettinger
|
||||
SF 292 Simpler String Substitutions Warsaw
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
SW 298 The Locked Buffer Interface Heller
|
||||
SF 301 Package Index and Metadata for Distutils Jones
|
||||
SF 305 CSV File API Montanaro, et al
|
||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||
|
@ -210,6 +208,7 @@ Index by Category
|
|||
SR 294 Type Names in the types Module Tirosh
|
||||
SR 295 Interpretation of multiline string constants Koltsov
|
||||
SR 296 Adding a bytes Object Type Gilbert
|
||||
SW 298 The Locked Buffer Interface Heller
|
||||
SR 299 Special __main__() function in modules Epler
|
||||
SR 303 Extend divmod() for Multiple Divisors Bellman
|
||||
SW 304 Controlling Generation of Bytecode Files Montanaro
|
||||
|
@ -226,6 +225,7 @@ Index by Category
|
|||
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
||||
SR 330 Python Bytecode Verification Pelletier
|
||||
SR 332 Byte vectors and String/Unicode Unification Montanaro
|
||||
SW 334 Simple Coroutines via SuspendIteration Evans
|
||||
SR 336 Make None Callable McClelland
|
||||
SR 340 Anonymous Block Statements GvR
|
||||
SW 346 User Defined ("with") Statements Coghlan
|
||||
|
@ -394,7 +394,7 @@ Numerical Index
|
|||
S 331 Locale-Independent Float/String Conversions Reis
|
||||
SR 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
|
||||
SW 334 Simple Coroutines via SuspendIteration Evans
|
||||
S 335 Overloadable Boolean Operators Ewing
|
||||
SR 336 Make None Callable McClelland
|
||||
S 337 Logging Usage in the Standard Library Dubner
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Simple Coroutines via SuspendIteration
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Clark C. Evans <info@clarkevans.com>
|
||||
Status: Draft
|
||||
Status: Withdrawn
|
||||
Type: Standards Track
|
||||
Python-Version: 3.0
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue