Message 272005 - Python tracker (original) (raw)

Message272005

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:40 xiang.zhang set recipients: + xiang.zhang, brett.cannon, r.david.murray, eric.snow, berker.peksag, serhiy.storchaka
2016-08-05 02:31:40 xiang.zhang set messageid: 1470364300.7.0.709921313413.issue21578@psf.upfronthosting.co.za
2016-08-05 02:31:40 xiang.zhang link issue21578 messages
2016-08-05 02:31:40 xiang.zhang create