This commit is contained in:
Andrew M. Kuchling 2008-04-08 21:24:20 +00:00
parent d9772739ca
commit 96334323a6
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ forces all cached write data to be written to the underlying
future reads are forced to go back to the disk).
*Q: Do we want to mandate in the specification that switching between
reading to writing on a read-write object implies a .flush()? Or is
reading and writing on a read-write object implies a .flush()? Or is
that an implementation convenience that users should not rely on?*
For a read-only ``BufferedRandom`` object, ``.writable()`` returns