Added PEP 295, Interpretation of multiline string constants, Koltsov
This commit is contained in:
parent
52eae5725e
commit
f55ac177c4
|
@ -100,6 +100,7 @@ Index by Category
|
||||||
S 292 Simpler String Substitutions Warsaw
|
S 292 Simpler String Substitutions Warsaw
|
||||||
S 293 Codec Error Handling Callbacks Dörwald
|
S 293 Codec Error Handling Callbacks Dörwald
|
||||||
S 294 Type Names in the types Module Tirosh
|
S 294 Type Names in the types Module Tirosh
|
||||||
|
S 295 Interpretation of multiline string constants Koltsov
|
||||||
|
|
||||||
Finished PEPs (done, implemented in CVS)
|
Finished PEPs (done, implemented in CVS)
|
||||||
|
|
||||||
|
@ -279,6 +280,7 @@ Numerical Index
|
||||||
S 292 Simpler String Substitutions Warsaw
|
S 292 Simpler String Substitutions Warsaw
|
||||||
S 293 Codec Error Handling Callbacks Dörwald
|
S 293 Codec Error Handling Callbacks Dörwald
|
||||||
S 294 Type Names in the types Module Tirosh
|
S 294 Type Names in the types Module Tirosh
|
||||||
|
S 295 Interpretation of multiline string constants Koltsov
|
||||||
SR 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
|
|
||||||
|
|
||||||
|
@ -319,6 +321,7 @@ Owners
|
||||||
Hudson, Michael mwh@python.net
|
Hudson, Michael mwh@python.net
|
||||||
Hylton, Jeremy jeremy@zope.com
|
Hylton, Jeremy jeremy@zope.com
|
||||||
Jansen, Jack jack@cwi.nl
|
Jansen, Jack jack@cwi.nl
|
||||||
|
Koltsov, Stepan yozh@mx1.ru
|
||||||
Kuchling, Andrew akuchlin@mems-exchange.org
|
Kuchling, Andrew akuchlin@mems-exchange.org
|
||||||
Lemburg, Marc-Andre mal@lemburg.com
|
Lemburg, Marc-Andre mal@lemburg.com
|
||||||
Lielens, Gregory gregory.lielens@fft.be
|
Lielens, Gregory gregory.lielens@fft.be
|
||||||
|
|
Loading…
Reference in New Issue