Changeset 486
- Timestamp:
- 12/12/07 14:02:26 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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>[^#]*))?
