aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCharacterCategory.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-01 10:13:40 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-01 10:13:40 +1100
commit8f407852789a56e5bab697b643d079edf1fc524b (patch)
tree708c29b886562e1d4501fe2e185efc3ee054ce97 /scripts/GenerateCharacterCategory.py
parent435dd627f49e5b5d4ffd48c2d274766e12572e96 (diff)
downloadscintilla-mirror-8f407852789a56e5bab697b643d079edf1fc524b.tar.gz
Specify minimum Python version for scripts.
Diffstat (limited to 'scripts/GenerateCharacterCategory.py')
-rw-r--r--scripts/GenerateCharacterCategory.py1
1 files changed, 1 insertions, 0 deletions
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