We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3794eca commit de6ac74Copy full SHA for de6ac74
1 file changed
demos/demo_dynamic.py
@@ -36,10 +36,8 @@
36
------
37
38
This code was originally written for Python 2.7 with the
39
- ctypes standard library. This version was modified so that
40
- it would run under both Python 2.7 and 3.6. You might want
41
- to run a diff on the .py and .py3 files to see the differences
42
- between the two languages.
+ ctypes standard library. This version is modified to run
+ under both Python 2.7 and 3.6.
43
44
Arguably the biggest change for Python3 has to do with
45
strings. Under Python2, native strings are ASCII bytes and
0 commit comments