summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-03 19:47:00 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-03 19:47:00 (GMT)
commit6b95f1d963d3fd2dcc2e84e83b514364e9f52006 (patch)
tree05fb825d6c8a3b148cd9462b7ab31d003de269d9 /Misc/NEWS
parent6d6917be00942734fc8665a2398bd06087115729 (diff)
downloadcpython-6b95f1d963d3fd2dcc2e84e83b514364e9f52006.zip
cpython-6b95f1d963d3fd2dcc2e84e83b514364e9f52006.tar.gz
cpython-6b95f1d963d3fd2dcc2e84e83b514364e9f52006.tar.bz2
Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 67ccb42..637ca2eb1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@ Core and builtins
Extension Modules
-----------------
+- Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
+
- Patch #1212117: os.stat().st_flags is now accessible as a attribute
if available on the platform.