diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-01 10:13:40 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-01 10:13:40 +1100 |
commit | 49722448248ef8bbed062b3799ba3aca2c7a62db (patch) | |
tree | 8e985d4cd845c47cdf81a57f8d37bc936ccde06b /scripts/GenerateCaseConvert.py | |
parent | 12bc7fc44392d311cf8fc811b93fe90c9b9585f2 (diff) | |
download | scintilla-mirror-49722448248ef8bbed062b3799ba3aca2c7a62db.tar.gz |
Specify minimum Python version for scripts.
Diffstat (limited to 'scripts/GenerateCaseConvert.py')
-rw-r--r-- | scripts/GenerateCaseConvert.py | 1 |
1 files changed, 1 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: |