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 brett.cannon
Recipients brett.cannon, larry
Date 2014-01-22.16:37:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390408638.65.0.522523461152.issue20332@psf.upfronthosting.co.za>
In-reply-to
Content
So the docs don't mention this support anywhere. The 'l' format isn't listed in the table of legacy to Argument Clinic converters, nor is there a list of converters that only exist in Argument Clinic. So unless I read the section on return converters and inferred that if a return converter exists for long it exists as a argument converter I had no way of knowing the existence of long as a converter without reading the code.

So this is at least a doc bug.
History
Date User Action Args
2014-01-22 16:37:18brett.cannonsetrecipients: + brett.cannon, larry
2014-01-22 16:37:18brett.cannonsetmessageid: <1390408638.65.0.522523461152.issue20332@psf.upfronthosting.co.za>
2014-01-22 16:37:18brett.cannonlinkissue20332 messages
2014-01-22 16:37:18brett.cannoncreate