This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a port from https://github.com/rack/rack/blob/master/lib/rack/utils.rb from john1king, | |
# forked to be fixed, completed & documented | |
import re | |
import urllib | |
class RangeError(Exception): | |
pass |