Reda Semlal

Results 1 issues of Reda Semlal

Hello, When playing with `file://`uris I found a weird behaviour related to `path` setter. ### Steps to reproduce ``` >>> x = furl('file:///a/b') >>> x.path Path('/a/b') >>> x.path.isabsolute # The...