Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
76b8bee2
Commit
76b8bee2
authored
16 years ago
by
Antoine Pitrou
Browse files
Options
Download
Email Patches
Plain Diff
move NEWS entry to the appropriate section (oops!)
parent
016b366d
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 @
76b8bee2
...
@@ -12,9 +12,6 @@ What's New in Python 2.6 beta 3?
...
@@ -12,9 +12,6 @@ What's New in Python 2.6 beta 3?
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
a MemoryError rather than silently stop the iteration.
- Issue #1481296: Make long(float('nan')) and int(float('nan')) raise
- Issue #1481296: Make long(float('nan')) and int(float('nan')) raise
ValueError consistently across platforms.
ValueError consistently across platforms.
...
@@ -44,6 +41,9 @@ Core and Builtins
...
@@ -44,6 +41,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
a MemoryError rather than silently stop the iteration.
- Issue #3487: sre "bytecode" validator. Passing invalid "re-bytecode"
- Issue #3487: sre "bytecode" validator. Passing invalid "re-bytecode"
to _sre.compile() will now be rejected. This should not affect anybody
to _sre.compile() will now be rejected. This should not affect anybody
since the re.compile() function never generates invalid re-bytecode.
since the re.compile() function never generates invalid re-bytecode.
...
...
This diff is collapsed.
Click to expand it.
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