]> granicus.if.org Git - python/commitdiff
merge 3.2
authorBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 18:16:17 +0000 (14:16 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 18:16:17 +0000 (14:16 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index c760a34ae456c249264402372686f220b223070d,9a18c13f6a8e04ebf49cea83602aa619d07bc501..845375d4829c6b29bdce2c966a0cb4107f7ee138
+++ b/Misc/NEWS
@@@ -12,20 -10,14 +12,20 @@@ What's New in Python 3.3.1
  Core and Builtins
  -----------------
  
 +- Fix segfaults on setting __qualname__ on builtin types and attempting to
 +  delete it on any type.
 +
  - Issue #16345: Fix an infinite loop when ``fromkeys`` on a dict subclass
-   recieved a nonempty dict from the constructor.
+   received a nonempty dict from the constructor.
  
 -- Issue #16197: Update winreg docstrings and documentation to match code.
 +- Issue #16271: Fix strange bugs that resulted from __qualname__ appearing in a
 +  class's __dict__ and on type.
 +
 +- Issue #16197: Update winreg docstrings and documentation to match code.      
    Patch by Zachary Ware.
  
 -- Issue #14700: Fix buggy overflow checks when handling large precisions and
 -  widths in old-style and new-style formatting.
 +- Issue #16241: Document -X faulthandler command line option.
 +  Patch by Marek Ć uppa.
  
  - Issue #6074: Ensure cached bytecode files can always be updated by the
    user that created them, even when the source file is read-only.