Commit 8c78cc3b authored by Christian Heimes's avatar Christian Heimes

Updated Misc/NEWS

parent 48e2b01f
...@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 2? ...@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 2?
Core and builtins Core and builtins
----------------- -----------------
- Added backport of bytearray type.
- Issue #2355: add Py3k warning for buffer(). - Issue #2355: add Py3k warning for buffer().
- Issue #1477: With narrow Unicode builds, the unicode escape sequence - Issue #1477: With narrow Unicode builds, the unicode escape sequence
...@@ -72,6 +74,8 @@ Extensions Modules ...@@ -72,6 +74,8 @@ Extensions Modules
Library Library
------- -------
- Backport of Python 3.0's io module.
- Issue #2482: Make sure that the coefficient of a Decimal is always - Issue #2482: Make sure that the coefficient of a Decimal is always
stored as a str instance, not as a unicode instance. This ensures stored as a str instance, not as a unicode instance. This ensures
that str(Decimal) is always an instance of str. that str(Decimal) is always an instance of str.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment