]> granicus.if.org Git - python/commit
Merged revisions 74943 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sat, 19 Sep 2009 07:46:24 +0000 (07:46 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Sep 2009 07:46:24 +0000 (07:46 +0000)
commit3ad2847c0156db8838e0e531b4fb2e67ca0b153a
tree38da112b9805f1f65a5937c1363c271fadc28980
parent52197062b04e8a758eb7dc8c53733cc7cb8b27e9
Merged revisions 74943 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74943 | georg.brandl | 2009-09-19 09:35:07 +0200 (Sa, 19 Sep 2009) | 1 line

  #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set.  Also clean up another usage of PyArg_ParseTuple.
........
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c