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 xiang.zhang
Recipients berker.peksag, brett.cannon, eric.snow, r.david.murray, serhiy.storchaka, xiang.zhang
Date 2016-08-05.02:31:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470364300.7.0.709921313413.issue21578@psf.upfronthosting.co.za>
In-reply-to
Content
I am a little uncomfortable with the empty tuple. It's only used as a placeholder for PyArg_ParseTupleAndKeywords. But this way we can achieve consistent error message. Don't know how to choose.
History
Date User Action Args
2016-08-05 02:31:40xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, r.david.murray, eric.snow, berker.peksag, serhiy.storchaka
2016-08-05 02:31:40xiang.zhangsetmessageid: <1470364300.7.0.709921313413.issue21578@psf.upfronthosting.co.za>
2016-08-05 02:31:40xiang.zhanglinkissue21578 messages
2016-08-05 02:31:40xiang.zhangcreate