From: Serhiy Storchaka Date: Tue, 29 Sep 2015 20:37:09 +0000 (+0300) Subject: Issue #22609: Constructor of collections.UserDict now accepts the self keyword X-Git-Tag: v3.5.1rc1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4ee1c23e8c2981c01bca7a9bcb3904833726c18;p=python Issue #22609: Constructor of collections.UserDict now accepts the self keyword argument. --- f4ee1c23e8c2981c01bca7a9bcb3904833726c18 diff --cc Misc/NEWS index 08b20b9ff1,3a9ddda055..c56bb1582f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -21,8 -78,9 +21,11 @@@ Core and Builtin Library ------- + - Issue #22609: Constructor of collections.UserDict now accepts the self keyword + argument. + +- Issue #25111: Fixed comparison of traceback.FrameSummary. + - Issue #25262. Added support for BINBYTES8 opcode in Python implementation of unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation.