Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
32083f64
Commit
32083f64
authored
Aug 02, 2004
by
Anthony Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notes for @decorator
parent
c2a5a636
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+6
-0
No files found.
Misc/ACKS
View file @
32083f64
...
...
@@ -495,6 +495,7 @@ Donald Wallace Rouse II
Audun S. Runde
Jeff Rush
Sam Rushing
Mark Russell
Nick Russo
Rich Salz
Kevin Samborn
...
...
Misc/NEWS
View file @
32083f64
...
...
@@ -12,6 +12,12 @@ What's New in Python 2.4 alpha 2?
Core and builtins
-----------------
- PEP-0318, Function Decorators have been added to the language. These are
implemented using the Java-style @decorator syntax, like so:
@staticmethod
def foo(bar):
(The PEP needs to be updated to reflect this XXX before 2.4a2)
- When importing a module M raises an exception, Python no longer leaves M
in sys.modules. Before 2.4a2 it did, and a subsequent import of M would
succeed, picking up a module object from sys.modules reflecting as much
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment