From 49722448248ef8bbed062b3799ba3aca2c7a62db Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 1 Jan 2014 10:13:40 +1100 Subject: Specify minimum Python version for scripts. --- scripts/GenerateCaseConvert.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/GenerateCaseConvert.py') 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: -- cgit v1.2.3