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 btutt
Recipients
Date 2000-06-28.10:43:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
New patch. It is indeed ucn.zip.
Fixed:
* I think the inclusion of strnicmp will cause more compiler
  problems than do good -- why not simply inline the code in
  the one spot that needs it in unicodeobject.c ?
Went back to the mystrnicmp approach.

* The typedefs in ucnhash.h should probably have the _Py_
  prefix to make it clear that the code is part of the
  Python dist.

Done, altered the generation scripts and regenerated ucnhash.h/.c and fixed up unicodeobject.c
History
Date User Action Args
2007-08-23 14:59:38adminlinkissue400642 messages
2007-08-23 14:59:38admincreate