Simple changes by Gerrit Holl - move author acknowledgements out of

docstrings into comments.
This commit is contained in:
Guido van Rossum 2000-02-28 15:12:25 +00:00
parent ee28c3a5ea
commit 98d9fd3e68
9 changed files with 46 additions and 43 deletions

View file

@ -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