- Timestamp:
- 12/11/07 21:02:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pyndexter/branches/simplification/pyndexter/util.py
r465 r486 85 85 (?::(?P<password>[^@]*))?@)? 86 86 (?P<host>[^?/#:]*) 87 (?::(?P<port>[ ^/]+))?87 (?::(?P<port>[\d+]+))? 88 88 (?P<path>/[^#?]*)? 89 89 (?:\?(?P<query>[^#]*))?
