commit | 20994f1e27c38973f1854dbdcf9b29fe8e3cd6be | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 27 19:02:56 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Nov 27 19:02:56 2014 +0200 |
tree | 95ab352827a4a6bf7669fdcc611c6e785553acc3 | |
parent | 6ac2b4db9463b366244b34cea6959426a645c1a2 [diff] [blame] |
Issue #22609: Constructors and update methods of mapping classes in the collections module now accept the self keyword argument.
diff --git a/Misc/NEWS b/Misc/NEWS index 9de1f47..7f1cd55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Library ------- +- Issue #22609: Constructors and update methods of mapping classes in the + collections module now accept the self keyword argument. + What's New in Python 2.7.9 release candidate 1? ===============================================