]> granicus.if.org Git - python/commit
Reordered list of methods to hopefully put the most frequently used
authorGuido van Rossum <guido@python.org>
Sun, 13 Jul 1997 03:56:50 +0000 (03:56 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 13 Jul 1997 03:56:50 +0000 (03:56 +0000)
commit74ba24758e4d4b8f0a0dcd5451daee42fe4dc0c3
tree2665d4b87958ef18c8b3c3644ac13403c208d4b7
parent4dddff8ddf2f19039b19121eaba552678cf0d798
Reordered list of methods to hopefully put the most frequently used
ones near the front.

Also added a missing "return -1" to PyFile_WriteString.
Objects/fileobject.c