]> granicus.if.org Git - python/commitdiff
Merge with 3.3.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 30 Nov 2013 21:55:39 +0000 (13:55 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 30 Nov 2013 21:55:39 +0000 (13:55 -0800)
1  2 
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c

Simple merge
diff --cc Misc/NEWS
index 653b0f4326085300f183f69db43b7c3ef9296a48,cf4d39b6c773927052ae3a1080194c9f40f1e11c..6481de163f04f09fcd7ecb54a21c7d76c459e484
+++ b/Misc/NEWS
@@@ -27,13 -21,9 +27,16 @@@ Librar
  - Issue #19088: Fixed incorrect caching of the copyreg module in
    object.__reduce__() and object.__reduce_ex__().
  
 +- Issue #19698: Removed exec_module() methods from
 +  importlib.machinery.BuiltinImporter and ExtensionFileLoader.
 +
+ - Fixed _pickle.Unpickler to not fail when loading empty strings as
+   persistent IDs.
 +- ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME.
 +
 +- Issue #19802: Add socket.SO_PRIORITY.
 +
  - Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
    virtual interface.  Original patch by Kent Frazier.
  
Simple merge