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 MSeifert, serhiy.storchaka
Date 2017-03-31.05:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490939157.32.0.670814818236.issue29951@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM in general. I was going to make similar changes.

While we a here, maybe add the function name to other TypeError messages specific to the function? "Required argument '%U' (pos %d) not found" and "Argument given by name ('%U') and position (%d)", but not to "keywords must be strings".

Classified this as an enhancement.
History
Date User Action Args
2017-03-31 05:45:57serhiy.storchakasetrecipients: + serhiy.storchaka, MSeifert
2017-03-31 05:45:57serhiy.storchakasetmessageid: <1490939157.32.0.670814818236.issue29951@psf.upfronthosting.co.za>
2017-03-31 05:45:57serhiy.storchakalinkissue29951 messages
2017-03-31 05:45:56serhiy.storchakacreate