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
4240bc50
Commit
4240bc50
authored
Mar 26, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note missing explanation
parent
c658236d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/whatsnew/whatsnew21.tex
Doc/whatsnew/whatsnew21.tex
+2
-2
No files found.
Doc/whatsnew/whatsnew21.tex
View file @
4240bc50
...
...
@@ -15,7 +15,7 @@
{
\large
This document is a draft, and is subject to change until
the final version of Python 2.1 is released. Currently it is up to date
for Python 2.1 beta
1
. Please send any comments, bug reports, or
for Python 2.1 beta
2
. Please send any comments, bug reports, or
questions, no matter how minor, to
\email
{
amk1@bigfoot.com
}
.
}
It's that time again... time for a new Python release, version 2.1.
...
...
@@ -799,7 +799,7 @@ summary for January 1-15, 2001.
\item
A new method,
\method
{
popitem()
}
, was added to dictionaries to
enable destructively iterating through the contents of a dictionary;
this can be faster for large dictionaries because .
this can be faster for large dictionaries because
XXX
.
\code
{
D.popitem()
}
removes a random
\code
{
(
\var
{
key
}
,
\var
{
value
}
)
}
pair from the dictionary and returns it as a 2-tuple. This was
implemented mostly by Tim Peters and Guido van Rossum, after a
...
...
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