mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Remove reference to the "t" open() mode as it is platform dependent.
This commit is contained in:
parent
3b287702dd
commit
6ee339109f
1 changed files with 1 additions and 1 deletions
|
@ -1588,7 +1588,7 @@ flush the read-ahead buffer.
|
||||||
file is only opened for writing in append mode (mode \code{'a'}),
|
file is only opened for writing in append mode (mode \code{'a'}),
|
||||||
this method is essentially a no-op, but it remains useful for files
|
this method is essentially a no-op, but it remains useful for files
|
||||||
opened in append mode with reading enabled (mode \code{'a+'}). If the
|
opened in append mode with reading enabled (mode \code{'a+'}). If the
|
||||||
file is opened in text mode (mode \code{'t'}), only offsets returned
|
file is opened in text mode (without \code{'b'}), only offsets returned
|
||||||
by \method{tell()} are legal. Use of other offsets causes undefined
|
by \method{tell()} are legal. Use of other offsets causes undefined
|
||||||
behavior.
|
behavior.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue