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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ezio.melotti, lemburg
Date 2010-07-09.09:15:14
SpamBayes Score 0.01170922
Marked as misclassified No
Message-id <1278666917.19.0.275398438928.issue9210@psf.upfronthosting.co.za>
In-reply-to
Content
Quoting Marc-Andre Lemburg:
"""
The support for the wctype functions should have been remove long ago,
since they cause subtle incompatibilities between Python builds. I should
have probably never added it in the first place... people were worried
about the size of the type record tables at the time, which is why
I thought it would be a good idea to try to optionally use the C lib
functions.

The comment was true before the Python type tables were changed
into a type record database: the switch used to remove the
Python tables required for those functions. With the type records
database, this is no longer the case, since the records are also
being used for properties that are not exposed via wctype functions.
"""
History
Date User Action Args
2010-07-09 09:15:17amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, ezio.melotti
2010-07-09 09:15:17amaury.forgeotdarcsetmessageid: <1278666917.19.0.275398438928.issue9210@psf.upfronthosting.co.za>
2010-07-09 09:15:15amaury.forgeotdarclinkissue9210 messages
2010-07-09 09:15:14amaury.forgeotdarccreate