Changeset 486

Show
Ignore:
Timestamp:
12/11/07 21:02:26 (7 months ago)
Author:
athomas
Message:

pyndexter: Fix for port parsing bug in util.URI.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyndexter/branches/simplification/pyndexter/util.py

    r465 r486  
    8585            (?::(?P<password>[^@]*))?@)? 
    8686        (?P<host>[^?/#:]*) 
    87         (?::(?P<port>[^/]+))? 
     87        (?::(?P<port>[\d+]+))? 
    8888        (?P<path>/[^#?]*)? 
    8989        (?:\?(?P<query>[^#]*))?