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 ncoghlan
Recipients brett.cannon, eric.snow, larry, ncoghlan
Date 2013-11-23.14:23:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dQg_wq_W+-AAMbTF6T4j=1y9ovfOR=0KBqfHMiGhxSwg@mail.gmail.com>
In-reply-to <1385167907.5.0.586772441426.issue19722@psf.upfronthosting.co.za>
Content
Yeah, I argued myself into realising EXTENDED_ARG just needed to be
mentioned in the function docs, but didn't go back and fix my opening
paragraph.

The fact dis uses an arg of None (rather than zero) to indicate "no
argument" means I think the extra layer of wrapping in the pure Python
module is needed prior to 3.4 rc1, but we can live without it for beta 1.
History
Date User Action Args
2013-11-23 14:23:55ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, eric.snow
2013-11-23 14:23:55ncoghlanlinkissue19722 messages
2013-11-23 14:23:55ncoghlancreate