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 eric.smith
Recipients eric.smith, mark.dickinson
Date 2009-04-27.14:50:02
SpamBayes Score 0.0005825193
Marked as misclassified No
Message-id <1240843803.87.0.370258540195.issue5793@psf.upfronthosting.co.za>
In-reply-to
Content
I'll implement this by adding a pyctype.h and pyctype.c, mimicking
<ctype.h>. I'll essentially copy and rename the methods in
bytes_methods.[ch], then change bytes_methods.h to refer to the new
versions, for backward compatibility.
History
Date User Action Args
2009-04-27 14:50:04eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-04-27 14:50:03eric.smithsetmessageid: <1240843803.87.0.370258540195.issue5793@psf.upfronthosting.co.za>
2009-04-27 14:50:02eric.smithlinkissue5793 messages
2009-04-27 14:50:02eric.smithcreate