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
389e157c
Commit
389e157c
authored
Apr 29, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some items, and remove a note to myself
parent
3d40d95a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+7
-7
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
389e157c
...
...
@@ -216,9 +216,12 @@ XXX write this section
arraymodule.c: - add Py
_
UNICODE arrays
- support +=, *=
distutils: command/bdist
_
packager, support for Solaris pkgtool
and HP-UX swinstall
Return enhanced tuples in grpmodule
posixmodule: killpg, mknod
posixmodule: killpg, mknod
, fchdir,
Expat is now included with the Python source
...
...
@@ -232,14 +235,11 @@ New method: string.zfill()
Add dict method pop().
New enumerate() built-in.
%======================================================================
\section
{
Interpreter Changes and Fixes
}
XXX bug? Change the version string from "2.2+" to "2.3a0". disutils peels off
the first 3 characters of this string in several places, so for as long
as they remain "2.2" it confuses the heck out of attempts to build 2.3
stuff using distutils.
file object can now be subtyped (did this not work before?)
yield is now always available
...
...
@@ -306,7 +306,7 @@ routine will raise an exception. Should finally fix 531398. 2.2.1
candidate. Also blacklisted some constants with definitions that
were not Python-compatible.
Checked in Sean Reifschneider's RPM spec file and patches.
Bugfix candidate.
Checked in Sean Reifschneider's RPM spec file and patches.
%======================================================================
...
...
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