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