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
cf1be88b
Commit
cf1be88b
authored
Aug 30, 2007
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some miscellanea.
parent
2c7f314e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
Misc/NEWS
Misc/NEWS
+7
-3
No files found.
Misc/NEWS
View file @
cf1be88b
...
...
@@ -75,7 +75,8 @@ Core and Builtins
- Classes listed in an 'except' clause must inherit from BaseException.
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
and .keys(), .items(), .values() return dict views.
and .keys(), .items(), .values() return dict views, which behave
like sets.
- PEP 3105: print is now a function. Also (not in the PEP) the
'softspace' attribute of files is now gone (since print() doesn't use
...
...
@@ -151,10 +152,13 @@ Core and Builtins
- Remove C API support for restricted execution.
- zip returns an iterator
- zip(), map() and filter() now return iterators, behaving like their
itertools counterparts. This also affect map()'s behavior on
sequences of unequal length -- it now stops after the shortest one
is exhausted.
- Additions:
set literals,
ellipsis literal
set literals,
set comprehensions, ellipsis literal.
- Added class decorators per PEP 3129.
...
...
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