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
e0373f81
Commit
e0373f81
authored
Nov 15, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor nits
Trim excess whitespace off one line
parent
88eed70f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Misc/NEWS
Misc/NEWS
+3
-3
No files found.
Misc/NEWS
View file @
e0373f81
...
...
@@ -12,7 +12,7 @@ What's New in Python 2.3 alpha 1?
Type/class unification and new-style classes
--------------------------------------------
- Assignment to __class__ is disallowed if either the old
and
the new
- Assignment to __class__ is disallowed if either the old
or
the new
class is a statically allocated type object (such as defined by an
extension module). This prevents anomalies like 2.__class__ = bool.
...
...
@@ -382,7 +382,7 @@ Library
-------
- A new module, optparse, provides a fancy alternative to getopt for
command line parsing. It is slightly modified version of Greg
command line parsing. It is
a
slightly modified version of Greg
Ward'
s
Optik
package
.
-
UserDict
.
py
now
defines
a
DictMixin
class
which
defines
all
dictionary
...
...
@@ -392,7 +392,7 @@ Library
-
shelve
.
py
now
subclasses
from
UserDict
.
DictMixin
.
Now
shelve
supports
all
dictionary
methods
.
This
eases
the
transition
to
persistent
storage
for
scripts
originally
written
with
dictionaries
in
mind
.
storage
for
scripts
originally
written
with
dictionaries
in
mind
.
-
A
new
package
,
logging
,
implements
the
logging
API
defined
by
PEP
282.
The
code
is
written
by
Vinay
Sajip
.
...
...
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