Show More
@@ -431,7 +431,7 b' def range_tuple_normalize(range_tup):' | |||||
431 | Return a tuple whose first element is guaranteed to be an int |
|
431 | Return a tuple whose first element is guaranteed to be an int | |
432 | and whose second element will be '' (meaning: the last byte) or |
|
432 | and whose second element will be '' (meaning: the last byte) or | |
433 | an int. Finally, return None if the normalized tuple == (0,'') |
|
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 | if range_tup is None: |
|
436 | if range_tup is None: | |
437 | return None |
|
437 | return None |
General Comments 0
You need to be logged in to leave comments.
Login now