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
12d955c8
Commit
12d955c8
authored
Oct 26, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some news.
parent
79bcc17c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
Misc/NEWS
Misc/NEWS
+13
-1
No files found.
Misc/NEWS
View file @
12d955c8
...
...
@@ -4,6 +4,10 @@ XXX Planned XXX Release date: 14-Nov-2001
Type/class unification and new-style classes
- Assignment to object.__dict__ is now possible, for objects that are
instances of new-style classes that have a __dict__ (unless the base
class forbids it).
- dictionary() now accepts an iterable object producing 2-sequences.
For example, dictionary(d.items()) == d for any dictionary d. The
argument, and the elements of the argument, can be any iterable
...
...
@@ -15,9 +19,17 @@ Type/class unification and new-style classes
Core and builtins
- Clarified the error messages for unsupported operands to an operator
(like 1 + '').
Extension modules
- Various bugfixes to the curses module.
- The socket module defines a new method for socket objects,
sendall(). This is like send() but may make multiple calls to
send() until all data has been sent.
- Various bugfixes to the curses module. There is now a test suite
for the curses module (you have to run it manually).
Library
...
...
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