diff options
author | nyamatongwe <devnull@localhost> | 2012-05-30 09:10:54 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-30 09:10:54 +1000 |
commit | 33abd7d4613fc09ca51fd745b78be3de321eae88 (patch) | |
tree | 36a02b246cc485e5f3c10ea7f69d5c16db6c2c2c | |
parent | b4de5e5b1b7e851808fd0d4798cb84b0f39d7ca1 (diff) | |
download | scintilla-mirror-rel-3-2-0.tar.gz |
Updated to mention tests run on Python 2.7.rel-3-2-0
-rw-r--r-- | test/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/README b/test/README index 647875251..2985e7a4d 100644 --- a/test/README +++ b/test/README @@ -1,9 +1,8 @@ The test directory contains some unit and performance tests for Scintilla. -The tests can only be run on Windows using Python 3.x. Running on another platform -would require writing a file similar to XiteWin.py for that platform. Python 3.x is required -because its default string type is Unicode and earlier Python versions use byte strings -and the interface to the platform assumes a particular string type. +The tests can only be run on Windows using Python 2.7 or 3.x. Running on another platform +would require writing a file similar to XiteWin.py for that platform. Python 2.7+ is required +because the bytes string type and literals are available. A test application is in xite.py and this can be run to experiment: pythonw xite.py |