Chris Jerdonek added the comment:

Was this also fixed for Mac OS X?  Mac OS X is also case-insensitive by 
default, and on Python 3.4.2 I'm getting:

>>> Path("Foo").relative_to("foo")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/pathlib.py",
 line 806, in relative_to
    .format(str(self), str(formatted)))
ValueError: 'Foo' does not start with 'foo'

----------
nosy: +chris.jerdonek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19918>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to