Show More
@@ -431,7 +431,7 b' def range_tuple_normalize(range_tup):' | |||
|
431 | 431 | Return a tuple whose first element is guaranteed to be an int |
|
432 | 432 | and whose second element will be '' (meaning: the last byte) or |
|
433 | 433 | an int. Finally, return None if the normalized tuple == (0,'') |
|
434 |
as that is equiv |
|
|
434 | as that is equivalent to retrieving the entire file. | |
|
435 | 435 | """ |
|
436 | 436 | if range_tup is None: |
|
437 | 437 | return None |
General Comments 0
You need to be logged in to leave comments.
Login now