summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-03-26 12:53:58 +0000
committerChristian Heimes <christian@cheimes.de>2008-03-26 12:53:58 +0000
commit8c78cc3b6c0a3e6e1580a3d67cefaabeb0721f32 (patch)
treeebad6b0497fa81634f96262d182a0da7b60f2f40
parent48e2b01fad2e8335d09dc98425c0587e92579b37 (diff)
downloadcpython-git-8c78cc3b6c0a3e6e1580a3d67cefaabeb0721f32.tar.gz
Updated Misc/NEWS
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c3193d626..ff6eb95007 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 2?
Core and builtins
-----------------
+- Added backport of bytearray type.
+
- Issue #2355: add Py3k warning for buffer().
- Issue #1477: With narrow Unicode builds, the unicode escape sequence
@@ -72,6 +74,8 @@ Extensions Modules
Library
-------
+- Backport of Python 3.0's io module.
+
- Issue #2482: Make sure that the coefficient of a Decimal is always
stored as a str instance, not as a unicode instance. This ensures
that str(Decimal) is always an instance of str.