commit | 5c6af808f7721787dcce1bc6bfe14f225f9db6f3 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Apr 24 20:31:47 2009 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Apr 24 20:31:47 2009 +0000 |
tree | c23247c07f66f98e64434fca8b4bf4abe1cecd95 | |
parent | ec21ccde12da6a5cc7143b533e0c707ebe5c1a3a [diff] |
Issue #3102: All global symbols that the _ctypes extension defines are now prefixed with 'Py' or '_ctypes'.
diff --git a/Misc/NEWS b/Misc/NEWS index a8fb9ce..110044a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -244,6 +244,9 @@ Library ------- +- Issue #3102: All global symbols that the _ctypes extension defines + are now prefixed with 'Py' or '_ctypes'. + - Issue #5041: ctypes does now allow pickling wide character. - Issue #5812: For the two-argument form of the Fraction constructor,