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
9bb1f059
Commit
9bb1f059
authored
Aug 18, 2004
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various alpha 3 updates.
parent
01884d56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
Misc/NEWS
Misc/NEWS
+14
-0
No files found.
Misc/NEWS
View file @
9bb1f059
...
...
@@ -44,6 +44,17 @@ Extension modules
Library
-------
-
Updated
the
decimal
package
's min() and max() methods to match the
latest revision of the General Decimal Arithmetic Specification.
Quiet NaNs are ignored and equal values are sorted based on sign
and exponent.
- The decimal package'
s
Context
.
copy
()
method
now
returns
deep
copies
.
-
Deprecated
sys
.
exitfunc
in
favor
of
the
atexit
module
.
The
sys
.
exitfunc
attribute
will
be
kept
around
for
backwards
compatability
and
atexit
will
just
become
the
one
preferred
way
to
do
it
.
-
patch
#
675551
:
Add
get_history_item
and
replace_history_item
functions
to
the
readline
module
.
...
...
@@ -81,6 +92,9 @@ Library
Tools
/
Demos
-----------
-
IDLE
's shortcut keys for windows are now case insensitive so that
Control-V works the same as Control-v.
- pygettext.py: Generate POT-Creation-Date header in ISO format.
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