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
fb398e6c
Commit
fb398e6c
authored
Aug 02, 2004
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add import change; add empty section for function decorators
parent
1c5dec04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
Doc/whatsnew/whatsnew24.tex
Doc/whatsnew/whatsnew24.tex
+17
-0
No files found.
Doc/whatsnew/whatsnew24.tex
View file @
fb398e6c
...
...
@@ -181,6 +181,18 @@ generator expressions in this respect.
implemented by Jiwon Seo with early efforts steered by Hye-Shik Chang.
}
\end{seealso}
%======================================================================
\section
{
PEP 318: Decorators for Functions, Methods and Classes
}
% XXX write this section
\begin{seealso}
\seepep
{
318
}{
Decorators for Functions, Methods and Classes
}{
Written
by Kevin D. Smith, Jim Jewett, and Skip Montanaro. Several people wrote
patches implementing function decorators, but the one that was actually
checked in was patch #979728, written by Mark Russell.
}
\end{seealso}
%======================================================================
\section
{
PEP 322: Reverse Iteration
}
...
...
@@ -629,6 +641,11 @@ Python dictionary. (Contributed by Raymond Hettinger.)
[]
\end{verbatim}
\item
Encountering a failure while importing a module no longer leaves
a partially-initialized module object in
\code
{
sys.modules
}
. The
incomplete module object left behind would fool further imports of the
same module into succeeding, leading to confusing errors.
\item
\constant
{
None
}
is now a constant; code that binds a new value to
the name
\samp
{
None
}
is now a syntax error.
...
...
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