diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-22 01:59:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-22 01:59:15 (GMT) |
commit | bfc51567f5ca1af7e1950519b8b34037a4f11bb0 (patch) | |
tree | 63e28192327207e4a1d69867661da41e2be8dbd7 /Misc | |
parent | c078f929cb20f3e48fc1636ae8c211bc4f91a483 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |