classes, no, functions yes
This commit is contained in:
parent
5c7379e27c
commit
980dc9c859
|
@ -115,7 +115,7 @@ Index by Category
|
||||||
S 313 Adding Roman Numeral Literals to Python Meyer
|
S 313 Adding Roman Numeral Literals to Python Meyer
|
||||||
S 314 Metadata for Python Software Packages v1.1 Kuchling
|
S 314 Metadata for Python Software Packages v1.1 Kuchling
|
||||||
S 315 Enhanced While Loop Carroll
|
S 315 Enhanced While Loop Carroll
|
||||||
S 318 Decorators for Functions, Methods & Classes Smith, et al
|
S 318 Decorators for Functions and Methods Smith, et al
|
||||||
S 319 Python Synchronize/Asynchronize Block Pelletier
|
S 319 Python Synchronize/Asynchronize Block Pelletier
|
||||||
S 321 Date/Time Parsing and Formatting Kuchling
|
S 321 Date/Time Parsing and Formatting Kuchling
|
||||||
S 323 Copyable Iterators Martelli
|
S 323 Copyable Iterators Martelli
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PEP: 318
|
PEP: 318
|
||||||
Title: Decorators for Functions, Methods and Classes
|
Title: Decorators for Functions and Methods
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Kevin D. Smith <Kevin.Smith@theMorgue.org>,
|
Author: Kevin D. Smith <Kevin.Smith@theMorgue.org>,
|
||||||
|
|
Loading…
Reference in New Issue