diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -920,5 +920,6 @@ Artur Zaprzala Mike Zarnstorff Siebren van der Zee Uwe Zessin +Kai Zhu Tarek Ziadé Peter Åstrand @@ -13,6 +13,10 @@ Core and Builtins Library ------- +- Issue #10041: The signature of optional arguments in socket.makefile() + didn't match that of io.open(), and they also didn't get forwarded + properly to TextIOWrapper in text mode. Patch by Kai Zhu. + - Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. |