summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-22 01:59:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-22 01:59:15 (GMT)
commitbfc51567f5ca1af7e1950519b8b34037a4f11bb0 (patch)
tree63e28192327207e4a1d69867661da41e2be8dbd7 /Misc
parentc078f929cb20f3e48fc1636ae8c211bc4f91a483 (diff)
downloadcpython-bfc51567f5ca1af7e1950519b8b34037a4f11bb0.zip
cpython-bfc51567f5ca1af7e1950519b8b34037a4f11bb0.tar.gz
cpython-bfc51567f5ca1af7e1950519b8b34037a4f11bb0.tar.bz2
backport r67325: make FileIO.mode always contain 'b'
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 d691d8c..c3f0ec6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@ Library
- Issue #4363: The uuid.uuid1() and uuid.uuid4() functions now work even if
the ctypes module is not present.
+- FileIO's mode attribute now always includes ``"b"``.
+
- Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__.
- httplib.HTTPConnection.putheader() now accepts an arbitrary number of values