]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84438 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Sep 2010 22:21:32 +0000 (22:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 2 Sep 2010 22:21:32 +0000 (22:21 +0000)
commitb82d5e1525f5bcad8c3ff23f2cfe679227643a65
treeae1d1818abb3ed7e93c777b67f640d3b99bb41ee
parent2f6bd27a7e74200c2b85e1db4d1fcb0322efae67
Merged revisions 84438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84438 | antoine.pitrou | 2010-09-02 21:48:07 +0200 (jeu., 02 sept. 2010) | 3 lines

  BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
........
Modules/_io/bytesio.c
Modules/_io/stringio.c