]> granicus.if.org Git - python/commit
Merged revisions 54244 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 20:21:16 +0000 (20:21 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 20:21:16 +0000 (20:21 +0000)
commitf7eed5e2d1667f8caec2ddbea20915566e5fbd98
tree1f332e8cb0619b9c3dbdd923d4f9d57718df7b7e
parente7881559f23800d45c04fe7bc8e6a7031fb5e665
Merged revisions 54244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes

........
  r54244 | thomas.heller | 2007-03-09 20:21:28 +0100 (Fr, 09 Mär 2007) | 3 lines

  Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)
  returned string up to the first NUL character.
........
Lib/ctypes/__init__.py
Lib/ctypes/test/test_memfunctions.py
Misc/NEWS
Modules/_ctypes/_ctypes.c