From: Serhiy Storchaka Date: Thu, 27 Nov 2014 14:35:26 +0000 (+0200) Subject: Issue #22609: Constructors and update methods of mapping classes in the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8943ecfab20168f2b18bc477efb7671e32e91c24;p=python Issue #22609: Constructors and update methods of mapping classes in the collections module now accept the self keyword argument. --- 8943ecfab20168f2b18bc477efb7671e32e91c24 diff --cc Misc/NEWS index 75260e01c0,6093dc59f3..db6daed62b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -191,10 -36,9 +191,13 @@@ Core and Builtin Library ------- + - Issue #22609: Constructors and update methods of mapping classes in the + collections module now accept the self keyword argument. + +- Issue #22940: Add readline.append_history_file. + +- Issue #19676: Added the "namereplace" error handler. + - Issue #22788: Add *context* parameter to logging.handlers.HTTPHandler. - Issue #22921: Allow SSLContext to take the *hostname* parameter even if