and above. Patch by Tim Graham.
Shelley Gooch
David Goodger
Hans de Graaff
+ Tim Graham
+Kim Gräsman
Nathaniel Gray
Eddy De Greef
Grant Griffin
Library
-------
-- Issue #22366: urllib.request.urlopen will accept a context object
- (SSLContext) as an argument which will then used be for HTTPS connection.
- Patch by Alex Gaynor.
-
+ - Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
+ and above. Patch by Tim Graham.
+
- Issue #22776: Brought excluded code into the scope of a try block in
SysLogHandler.emit().