From 68f5ef226e9b62b1755ee98ae3d35a4aedc56684 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Tue, 29 Sep 2015 23:36:06 +0300 Subject: Issue #22609: Constructor of collections.UserDict now accepts the self keyword argument. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index a75b6e92cb..3a9ddda055 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -78,6 +78,9 @@ Core and Builtins Library ------- +- Issue #22609: Constructor of collections.UserDict now accepts the self keyword + argument. + - 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. -- cgit v1.2.1