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
86fbaf8e
Commit
86fbaf8e
authored
Sep 28, 2001
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged changes from 22a4 branch.
parent
3ac6a09e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Misc/NEWS
Misc/NEWS
+5
-0
No files found.
Misc/NEWS
View file @
86fbaf8e
What's New in Python 2.2a4?
What's New in Python 2.2a4?
Release date: 28-Sep-2001
===========================
===========================
Type/class unification and new-style classes
Type/class unification and new-style classes
...
@@ -69,6 +70,8 @@ Type/class unification and new-style classes
...
@@ -69,6 +70,8 @@ Type/class unification and new-style classes
a str sublass type, s[:] returned s as-is. Now it returns a str
a str sublass type, s[:] returned s as-is. Now it returns a str
with the same value as s.
with the same value as s.
- Provisional support for pickling new-style objects has been added.
Core
Core
- file.writelines() now accepts any iterable object producing strings.
- file.writelines() now accepts any iterable object producing strings.
...
@@ -191,6 +194,7 @@ Windows
...
@@ -191,6 +194,7 @@ Windows
What's New in Python 2.2a3?
What's New in Python 2.2a3?
Release Date: 07-Sep-2001
===========================
===========================
Core
Core
...
@@ -379,6 +383,7 @@ Windows
...
@@ -379,6 +383,7 @@ Windows
What's New in Python 2.2a2?
What's New in Python 2.2a2?
Release Date: 22-Aug-2001
===========================
===========================
Build
Build
...
...
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