]> granicus.if.org Git - python/commitdiff
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpr...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 May 2013 18:46:19 +0000 (20:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 May 2013 18:46:19 +0000 (20:46 +0200)
1  2 
Misc/NEWS
Objects/typeobject.c
Python/pythonrun.c

diff --cc Misc/NEWS
index ec5ff6cfb785422b0813c11fc593a748030bdaff,6a3f17c9b559ab550ce41a9f69153139577c3b9c..64b1efcf6ad2676d8d36b6e4f502362fbc4cfbef
+++ b/Misc/NEWS
@@@ -10,15 -12,9 +10,18 @@@ What's New in Python 3.4.0 Alpha 1
  Core and Builtins
  -----------------
  
+ - Issue #17408: Avoid using an obsolete instance of the copyreg module when
+   the interpreter is shutdown and then started again.
 +- Issue #5845: Enable tab-completion in the interactive interpreter by
 +  default, thanks to a new sys.__interactivehook__.
 +
 +- Issue #17115,17116: Module initialization now includes setting __package__ and
 +  __loader__ attributes to None.
 +
 +- Issue #17853: Ensure locals of a class that shadow free variables always win
 +  over the closures.
 +
  - Issue #17863: In the interactive console, don't loop forever if the encoding
    can't be fetched from stdin.
  
Simple merge
Simple merge