refine comments

This commit is contained in:
Larry Bugbee 2017-08-19 16:29:48 -07:00 committed by GitHub
parent 3794ecaf94
commit de6ac748c7

View File

@ -36,10 +36,8 @@
------ ------
This code was originally written for Python 2.7 with the This code was originally written for Python 2.7 with the
ctypes standard library. This version was modified so that ctypes standard library. This version is modified to run
it would run under both Python 2.7 and 3.6. You might want under both Python 2.7 and 3.6.
to run a diff on the .py and .py3 files to see the differences
between the two languages.
Arguably the biggest change for Python3 has to do with Arguably the biggest change for Python3 has to do with
strings. Under Python2, native strings are ASCII bytes and strings. Under Python2, native strings are ASCII bytes and