mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Simple changes by Gerrit Holl - move author acknowledgements out of
docstrings into comments.
This commit is contained in:
parent
ee28c3a5ea
commit
98d9fd3e68
9 changed files with 46 additions and 43 deletions
|
@ -19,6 +19,8 @@ f.getvalue() # return whole file's contents as a string
|
|||
|
||||
Notes:
|
||||
- Using a real file is often faster (but less convenient).
|
||||
- There's also a much faster implementation in C, called cStringIO, but
|
||||
it's not subclassable.
|
||||
- fileno() is left unimplemented so that code which uses it triggers
|
||||
an exception early.
|
||||
- Seeking far beyond EOF and then writing will insert real null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue