summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-03-01 04:59:27 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2010-03-01 04:59:27 (GMT)
commit1a530917e20eec360252232cdeaa2cfff1caffcb (patch)
tree592cfebfdd0e3f0b4cfa04036171080a4a55187b /Misc
parent7f807b79d83df2333a777360d1e2fd8ff469f1e7 (diff)
downloadcpython-1a530917e20eec360252232cdeaa2cfff1caffcb.zip
cpython-1a530917e20eec360252232cdeaa2cfff1caffcb.tar.gz
cpython-1a530917e20eec360252232cdeaa2cfff1caffcb.tar.bz2
Merged revisions 78544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78544 | gregory.p.smith | 2010-02-28 20:56:12 -0800 (Sun, 28 Feb 2010) | 2 lines Adds c_ssize_t to ctypes. issue 6729. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c36aab3..c529e18 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -717,6 +717,8 @@ Library
- Issue #1068268: The subprocess module now handles EINTR in internal
os.waitpid and os.read system calls where appropriate.
+- Issue #6729: Added ctypes.c_ssize_t to represent ssize_t.
+
Extension Modules
-----------------