Show More
@@ -64,7 +64,7 b' class HTTPRangeHandler(urllib2.BaseHandl' | |||||
64 |
|
64 | |||
65 | class RangeableFileObject(object): |
|
65 | class RangeableFileObject(object): | |
66 | """File object wrapper to enable raw range handling. |
|
66 | """File object wrapper to enable raw range handling. | |
67 |
This was implemented primaril |
|
67 | This was implemented primarily for handling range | |
68 | specifications for file:// urls. This object effectively makes |
|
68 | specifications for file:// urls. This object effectively makes | |
69 | a file object look like it consists only of a range of bytes in |
|
69 | a file object look like it consists only of a range of bytes in | |
70 | the stream. |
|
70 | the stream. |
General Comments 0
You need to be logged in to leave comments.
Login now