Andrew M. Kuchling
|
9dd8dc3fee
|
Add example
|
2006-07-27 18:37:33 +00:00 |
Raymond Hettinger
|
fc11383ec3
|
SF bug #1180392: StringIO's docs should mention overwriting of initial value
* Added a note that the initial file position is zero even if the object
is freshly initialized.
|
2005-04-11 01:03:44 +00:00 |
Andrew M. Kuchling
|
c62af02ced
|
Fix some digicool addresses I noticed
|
2004-01-08 15:01:08 +00:00 |
Skip Montanaro
|
bc961e5714
|
add a statement identifying StringI and StringO objects.
|
2003-08-11 15:06:07 +00:00 |
Raymond Hettinger
|
2adbb83a24
|
SF bug #671447: StringIO doc doesn't say it's sometimes read-only.
|
2003-01-31 05:17:33 +00:00 |
Fred Drake
|
907e76b620
|
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
|
2001-07-06 20:30:11 +00:00 |
Fred Drake
|
83ff4af1a3
|
Added information on the use of Unicode with the StringIO and cStringIO
modules, otherwise the behavior is just plain confusing.
|
2000-11-28 16:24:28 +00:00 |
Fred Drake
|
543e19d923
|
Small nits, more hyperlinks.
Added more information for cStringIO.
|
1999-04-21 18:15:22 +00:00 |
Fred Drake
|
cd71aa2a38
|
Use current approach to record documentation author.
|
1999-02-18 21:13:03 +00:00 |
Fred Drake
|
295da24eaf
|
New section header style.
Fix up a few synopses.
|
1998-08-10 19:42:37 +00:00 |
Fred Drake
|
64e3b43583
|
Move files around to get the names to match the module names except for
case. Two modules (SocketServer, BaseHTTPServer) still don't match; those
names are just too long!
|
1998-07-24 13:56:11 +00:00 |