diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-10 08:14:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-10 08:14:41 (GMT) |
commit | 7be5a65acd4d155730bd5c7981e16b1e5ab814c0 (patch) | |
tree | 08a21f790e93af95637257c3380747d6fab2aa6a /Misc | |
parent | 22ad24528ecbb856109d4cbc19ee88aa111b4c1b (diff) | |
download | cpython-7be5a65acd4d155730bd5c7981e16b1e5ab814c0.zip cpython-7be5a65acd4d155730bd5c7981e16b1e5ab814c0.tar.gz cpython-7be5a65acd4d155730bd5c7981e16b1e5ab814c0.tar.bz2 |
Merged revisions 85349 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85349 | antoine.pitrou | 2010-10-10 10:10:16 +0200 (dim., 10 oct. 2010) | 4 lines
Some platforms provide uintptr_t in inttypes.h. Patch by
Akira Kitada.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -415,6 +415,7 @@ Randall Kern Magnus Kessler Lawrence Kesteloot Vivek Khera +Akira Kitada Mads Kiilerich Taek Joo Kim Paul Kippes @@ -368,6 +368,9 @@ Tools/Demos Build ----- +- Issue #10054: Some platforms provide uintptr_t in inttypes.h. Patch by + Akira Kitada. + - Issue #10055: Make json C89-compliant in UCS4 mode. - Issue #1633863: Don't ignore $CC under AIX. |