From de6ac748c77732ccae289a696fdc88852916be48 Mon Sep 17 00:00:00 2001 From: Larry Bugbee Date: Sat, 19 Aug 2017 16:29:48 -0700 Subject: [PATCH] refine comments --- demos/demo_dynamic.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/demos/demo_dynamic.py b/demos/demo_dynamic.py index 6c21f92..dbfb10a 100644 --- a/demos/demo_dynamic.py +++ b/demos/demo_dynamic.py @@ -36,10 +36,8 @@ ------ This code was originally written for Python 2.7 with the - ctypes standard library. This version was modified so that - it would run under both Python 2.7 and 3.6. You might want - to run a diff on the .py and .py3 files to see the differences - between the two languages. + ctypes standard library. This version is modified to run + under both Python 2.7 and 3.6. Arguably the biggest change for Python3 has to do with strings. Under Python2, native strings are ASCII bytes and