diff options
-rw-r--r-- | scripts/GenerateCaseConvert.py | 1 | ||||
-rw-r--r-- | scripts/GenerateCharacterCategory.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/GenerateCaseConvert.py b/scripts/GenerateCaseConvert.py index bcf49236f..37506b7b9 100644 --- a/scripts/GenerateCaseConvert.py +++ b/scripts/GenerateCaseConvert.py @@ -1,5 +1,6 @@ # Script to generate CaseConvert.cxx from Python's Unicode data # Should be run rarely when a Python with a new version of Unicode data is available. +# Requires Python 3.3 or later # Should not be run with old versions of Python. # Current best approach divides case conversions into two cases: diff --git a/scripts/GenerateCharacterCategory.py b/scripts/GenerateCharacterCategory.py index 6e3ffd3ba..4596eec6a 100644 --- a/scripts/GenerateCharacterCategory.py +++ b/scripts/GenerateCharacterCategory.py @@ -1,5 +1,6 @@ # Script to generate CharacterCategory.cxx from Python's Unicode data # Should be run rarely when a Python with a new version of Unicode data is available. +# Requires Python 3.3 or later # Should not be run with old versions of Python. import codecs, os, platform, sys, unicodedata |