| commit | f226ac8a723ffc72f77209418f927b685bd7e281 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Mon Nov 02 21:03:53 2009 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Nov 02 21:03:53 2009 +0000 |
| tree | 218ccf8172bb87438c74cc7776a1779089523160 | |
| parent | b29642f1297613f84c6678628b12a2bd5e3ae60a [diff] |
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) ........