updated PEP 301 status; added encoding to Emacs stanza
This commit is contained in:
parent
4d46d0fe05
commit
241ebfde07
|
@ -97,7 +97,6 @@ Index by Category
|
|||
S 297 Support for System Upgrades Lemburg
|
||||
S 298 The Locked Buffer Interface Heller
|
||||
S 299 Special __main__() function in modules Epler
|
||||
S 301 Package Index and Metadata for Distutils Jones
|
||||
S 302 New Import Hooks JvR
|
||||
S 303 Extend divmod() for Multiple Divisors Bellman
|
||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||
|
@ -165,6 +164,7 @@ Index by Category
|
|||
SF 289 Generator Expressions Hettinger
|
||||
SF 292 Simpler String Substitutions Warsaw
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
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
|
||||
SF 309 Partial Function Application Harris
|
||||
|
@ -335,7 +335,7 @@ Numerical Index
|
|||
S 297 Support for System Upgrades Lemburg
|
||||
S 298 The Locked Buffer Interface Heller
|
||||
S 299 Special __main__() function in modules Epler
|
||||
S 301 Package Index and Metadata for Distutils Jones
|
||||
SF 301 Package Index and Metadata for Distutils Jones
|
||||
S 302 New Import Hooks JvR
|
||||
S 303 Extend divmod() for Multiple Divisors Bellman
|
||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||
|
@ -495,4 +495,5 @@ mode: indented-text
|
|||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
coding: latin-1
|
||||
End:
|
||||
|
|
Loading…
Reference in New Issue