So, I suppose I shall have to let go of my dreams of

-->  Path('/some/path/and/file') == '\\some\\path\\and\\file'

and settle for

-->  Path('...') == Path('...')

but I don't have to like it.  :(


Why not define the hash method to first convert to '/some/path/and/file' and then hash ?

By the way it remains some problems with

/some/another/../path/and/file

which should also be the same.

Laurent
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to