]> granicus.if.org Git - python/commitdiff
Issue #23248: Update ssl error codes from latest OpenSSL git master.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 18 Jan 2015 16:40:17 +0000 (17:40 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 18 Jan 2015 16:40:17 +0000 (17:40 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index c3b84eb6063f2b9c428c4eb2f2aedeb5d82496ff,9b68d3d55bd204b798ebd007e9a516914de2c251..245cfaf4edd57ae65e3f91f6e0942d7843715a50
+++ b/Misc/NEWS
@@@ -203,18 -44,10 +203,20 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #23248: Update ssl error codes from latest OpenSSL git master.
 +- Issue #23266: Much faster implementation of ipaddress.collapse_addresses()
 +  when there are many non-consecutive addresses.
 +
  - Issue #23098: 64-bit dev_t is now supported in the os module.
  
 +- Issue #21817: When an exception is raised in a task submitted to a
 +  ProcessPoolExecutor, the remote traceback is now displayed in the
 +  parent process.  Patch by Claudiu Popa.
 +
 +- Issue #15955: Add an option to limit output size when decompressing LZMA
 +  data.  Patch by Nikolaus Rath and Martin Panter.
 +
  - Issue #23250: In the http.cookies module, capitalize "HttpOnly" and "Secure"
    as they are written in the standard.