Dive Into Python
0
Updated over 4 years ago (01 Jul 2008 at 06:42 PM)
recent activity
Snippets from the excellent book Dive Into Python by Mark Pilgrim.
For more information, visit http://www.diveintopython.org
Contents
|
|
|
headers | (1) |
|
|
read | (1) |
|
|
ETag | (1) |
|
|
metadata | (1) |
|
|
string | (1) |
|
|
open | (1) |
|
|
file | (1) |
|
|
Last-Modified | (1) |
|
|
file-like object | (1) |
|
|
url | (1) |
Lets you take any input source -- URL, local pathname, network pathname, string -- and deal with it in a uniform manner. The returned object is guaranteed to have all the basic stdio read methods...
Add a Comment