]> granicus.if.org Git - python/commitdiff
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:37:09 +0000 (23:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Sep 2015 20:37:09 +0000 (23:37 +0300)
argument.

1  2 
Lib/collections/__init__.py
Lib/test/test_userdict.py
Misc/NEWS

Simple merge
Simple merge
diff --cc Misc/NEWS
index 08b20b9ff182c34bf069d4d6f29f1b6d71e6a9de,3a9ddda0552a9f7bf0acfcaf7db1f51abb40dbc3..c56bb1582fd9ae02ba0590e630e90e6c6f7eb406
+++ 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.