]> granicus.if.org Git - python/commit
If append mode is specified seek to the end of the file.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 6 Jun 2007 16:31:14 +0000 (16:31 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 6 Jun 2007 16:31:14 +0000 (16:31 +0000)
commit3a77c7ab16d737a19cfb3fae4bd0f92517abe149
treea106a1d6a89baf1d9077e49ca78081123fc42b93
parentfee1af9d1cf1836113e61e41acd8e913736644a1
If append mode is specified seek to the end of the file.
Add a test to test_fileio.py for this.
Lib/test/test_fileio.py
Modules/_fileio.c