This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients abarry, gvanrossum, llllllllll, martin.panter, matrixise, ncoghlan, rhettinger, serhiy.storchaka
Date 2016-02-25.07:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456384301.29.0.897355218993.issue25770@psf.upfronthosting.co.za>
In-reply-to
Content
functools.partial is not the only precedence.

The "kwargs" attribute is used in following classes:

concurrent.futures.process._CallItem
concurrent.futures.process._WorkItem
concurrent.futures.thread._WorkItem
inspect.BoundArguments
sched.Event
threading.Timer
unittest.mock._patch
weakref.finalize._Info

The "kwds" attribute is used in following class: contextlib._GeneratorContextManager.
History
Date User Action Args
2016-02-25 07:11:41serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, ncoghlan, martin.panter, matrixise, llllllllll, abarry
2016-02-25 07:11:41serhiy.storchakasetmessageid: <1456384301.29.0.897355218993.issue25770@psf.upfronthosting.co.za>
2016-02-25 07:11:41serhiy.storchakalinkissue25770 messages
2016-02-25 07:11:40serhiy.storchakacreate