From 33abd7d4613fc09ca51fd745b78be3de321eae88 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 30 May 2012 09:10:54 +1000 Subject: Updated to mention tests run on Python 2.7. --- test/README | 7 +++---- 1 file 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 -- cgit v1.2.3