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 mark.dickinson
Recipients berker.peksag, manishearth, mark.dickinson, python-dev, serhiy.storchaka, soummyaah
Date 2016-09-24.14:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474727579.86.0.955432480756.issue28203@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed; thanks. I made a couple of changes:

- Use "argument" rather than "arg", to be consistent with the original code (but admittedly not consistent with the rest of the module, where there doesn't seem to be any consistent choice between "arg" and "argument").
- Reformat C and test code to avoid long lines.
- Slight rearrangement of the C code so that all of the "i" handling is in one place.
History
Date User Action Args
2016-09-24 14:32:59mark.dickinsonsetrecipients: + mark.dickinson, python-dev, berker.peksag, serhiy.storchaka, manishearth, soummyaah
2016-09-24 14:32:59mark.dickinsonsetmessageid: <1474727579.86.0.955432480756.issue28203@psf.upfronthosting.co.za>
2016-09-24 14:32:59mark.dickinsonlinkissue28203 messages
2016-09-24 14:32:59mark.dickinsoncreate