mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Fix minor nits
Trim excess whitespace off one line
This commit is contained in:
parent
88eed70fc8
commit
e0373f8179
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ What's New in Python 2.3 alpha 1?
|
||||||
Type/class unification and new-style classes
|
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
|
class is a statically allocated type object (such as defined by an
|
||||||
extension module). This prevents anomalies like 2.__class__ = bool.
|
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
|
- 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.
|
Ward's Optik package.
|
||||||
|
|
||||||
- UserDict.py now defines a DictMixin class which defines all dictionary
|
- UserDict.py now defines a DictMixin class which defines all dictionary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue