commit | f7eed5e2d1667f8caec2ddbea20915566e5fbd98 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Mar 09 20:21:16 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Mar 09 20:21:16 2007 +0000 |
tree | 1f332e8cb0619b9c3dbdd923d4f9d57718df7b7e | |
parent | e7881559f23800d45c04fe7bc8e6a7031fb5e665 [diff] |
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. ........