merge 3.3

This commit is contained in:
Benjamin Peterson 2012-10-31 14:16:22 -04:00
commit 9b80c67589
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Core and Builtins
written by Serhiy Storchaka.
- 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 #16271: Fix strange bugs that resulted from __qualname__ appearing in a
class's __dict__ and on type.