]> granicus.if.org Git - python/commit
Issue #7249: Methods of io.BytesIO now allow `long` as well as `int` arguments.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 2 Nov 2009 21:03:53 +0000 (21:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 2 Nov 2009 21:03:53 +0000 (21:03 +0000)
commitf226ac8a723ffc72f77209418f927b685bd7e281
tree218ccf8172bb87438c74cc7776a1779089523160
parentb29642f1297613f84c6678628b12a2bd5e3ae60a
Issue #7249: Methods of io.BytesIO now allow `long` as well as `int` arguments.

Merged revisions 76071 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76071 | antoine.pitrou | 2009-11-02 21:47:33 +0100 (lun., 02 nov. 2009) | 4 lines

  Add acceptance of long ints to test_memoryio.py
  (in preparation for fix of #7249 in 2.6)
........
Lib/test/test_memoryio.py
Misc/NEWS
Modules/_bytesio.c