]> granicus.if.org Git - python/commitdiff
merge
authorChristian Heimes <christian@cheimes.de>
Sat, 23 Nov 2013 14:59:07 +0000 (15:59 +0100)
committerChristian Heimes <christian@cheimes.de>
Sat, 23 Nov 2013 14:59:07 +0000 (15:59 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index b7b9b3b1dd4d8cc81de0782aca7cb02e602a36df,3cfe2347a67972168a5273d0a5c94a5452e20ea6..2b804e8cabe8b4b970189f14647dd9ecae9b3a0c
+++ b/Misc/NEWS
@@@ -68,9 -68,12 +68,15 @@@ Core and Builtin
  Library
  -------
  
 +- Issue #19689: Add ssl.create_default_context() factory function. It creates
 +  a new SSLContext object with secure default settings.
 +
+ - Issue #19727: os.utime(..., None) is now potentially more precise
+   under Windows.
+ - Issue #17201: ZIP64 extensions now are enabled by default.  Patch by
+   William Mallard.
  - Issue #19292: Add SSLContext.load_default_certs() to load default root CA
    certificates from default stores or system stores. By default the method
    loads CA certs for authentication of server certs.