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 belopolsky
Recipients belopolsky, eric.smith, ezio.melotti, lemburg, mark.dickinson, skrah, vstinner
Date 2010-11-28.18:37:40
SpamBayes Score 1.5703538e-06
Marked as misclassified No
Message-id <AANLkTikhFFj5BHMte8449YDGtJgWjT3H9sX8e_EehH5h@mail.gmail.com>
In-reply-to <4CF29ACF.1030006@egenix.com>
Content
Issue #10567 demonstrated the problem of relying on the Unicode
database in Python builtins.  Apparently, Unicode does not guarantee
stability of the character categories.   On the other hand, we are
already tied to UCD for the language definition.  Maybe Python should
document the version of Unicode it is using in any given version and
possibly upgrade to Unicode 6.0 should be postponed until the language
moratorium is lifted.
History
Date User Action Args
2010-11-28 18:37:43belopolskysetrecipients: + belopolsky, lemburg, mark.dickinson, vstinner, eric.smith, ezio.melotti, skrah
2010-11-28 18:37:40belopolskylinkissue10557 messages
2010-11-28 18:37:40belopolskycreate