This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, pitrou, python-dev, serhiy.storchaka
Date 2014-12-18.13:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418910937.47.0.241789430839.issue19918@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2014-12-18 13:55:37chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, python-dev, serhiy.storchaka
2014-12-18 13:55:37chris.jerdoneksetmessageid: <1418910937.47.0.241789430839.issue19918@psf.upfronthosting.co.za>
2014-12-18 13:55:37chris.jerdoneklinkissue19918 messages
2014-12-18 13:55:37chris.jerdonekcreate