Show
Ignore:
Timestamp:
07/07/08 07:41:10 (5 months ago)
Author:
rob
Message:

Fixed vfs uri handling to properly decode fragments in windows path urls
* makeTabActive now attempts to match on normalized URLs
* added testcase for windows urls with fragments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/fundamental.py

    r1458 r1462  
    593593 
    594594    def showInitialPosition(self, url): 
     595        self.dprint("url=%s scheme=%s auth=%s path=%s query=%s fragment=%s" % (url, url.scheme, url.authority, url.path, url.query, url.fragment)) 
    595596        if url.fragment: 
    596597            line = int(url.fragment)