classes, no, functions yes

This commit is contained in:
Anthony Baxter 2004-08-06 16:02:42 +00:00
parent 5c7379e27c
commit 980dc9c859
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ Index by Category
S 313 Adding Roman Numeral Literals to Python Meyer
S 314 Metadata for Python Software Packages v1.1 Kuchling
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 321 Date/Time Parsing and Formatting Kuchling
S 323 Copyable Iterators Martelli

View File

@ -1,5 +1,5 @@
PEP: 318
Title: Decorators for Functions, Methods and Classes
Title: Decorators for Functions and Methods
Version: $Revision$
Last-Modified: $Date$
Author: Kevin D. Smith <Kevin.Smith@theMorgue.org>,