]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 1 Apr 2002 00:09:00 +0000 (00:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 1 Apr 2002 00:09:00 +0000 (00:09 +0000)
commit62f5a9d6c2e99b688e388d33c226e41174640082
treef1aae8d0036b1b68ad2eb465a3f7fcb6fc4b6c3f
parentb955d6c41e80806c8390dba47323ef7fc41f05aa
Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.
Add test for file.readinto().
Lib/test/test_file.py
Objects/fileobject.c