summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-27 01:56:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-27 01:56:08 (GMT)
commit371c307e565e8c5b9b64e5902c735e347fe0a051 (patch)
treea600277d0e35c32ef2136f9c9f7c9783162407fe /Misc
parent0a8f347fbc548930bcb610aec4bf6a4459bf7991 (diff)
downloadcpython-371c307e565e8c5b9b64e5902c735e347fe0a051.zip
cpython-371c307e565e8c5b9b64e5902c735e347fe0a051.tar.gz
cpython-371c307e565e8c5b9b64e5902c735e347fe0a051.tar.bz2
Merged revisions 77781-77782 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77781 | benjamin.peterson | 2010-01-26 19:47:14 -0600 (Tue, 26 Jan 2010) | 1 line don't accept bytes in FileIO.write #7785 ........ r77782 | benjamin.peterson | 2010-01-26 19:51:29 -0600 (Tue, 26 Jan 2010) | 1 line add issue number ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index befc61c..2a66d01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,8 @@ Core and Builtins
Library
-------
+- Issue #7785: Don't accept bytes in FileIO.write().
+
- Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when
the release file is empty.