mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
- Move two NEWS entries to 2.6.5
This commit is contained in:
parent
b5756e0a94
commit
b9ba2bb685
1 changed files with 5 additions and 5 deletions
10
Misc/NEWS
10
Misc/NEWS
|
@ -155,6 +155,11 @@ Library
|
||||||
- Issue #7048: Force Decimal.logb to round its result when that result
|
- Issue #7048: Force Decimal.logb to round its result when that result
|
||||||
is too large to fit in the current precision.
|
is too large to fit in the current precision.
|
||||||
|
|
||||||
|
- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
|
||||||
|
|
||||||
|
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
|
||||||
|
instead of __str__.
|
||||||
|
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -349,11 +354,6 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
|
|
||||||
|
|
||||||
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
|
|
||||||
instead of __str__.
|
|
||||||
|
|
||||||
- Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment
|
- Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment
|
||||||
|
|
||||||
- Issue #6790: Make it possible again to pass an `array.array` to
|
- Issue #6790: Make it possible again to pass an `array.array` to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue