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 python-dev
Recipients brett.cannon, davide.rizzo, gvanrossum, july, mwagner, neologix, pitrou, python-dev, serhiy.storchaka, steve.dower, vajrasky
Date 2016-11-09.20:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161109205934.66229.70234.6441675E@psf.io>
In-reply-to
Content
New changeset 03bbee2b0d28 by Steve Dower in branch '3.6':
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
https://hg.python.org/cpython/rev/03bbee2b0d28

New changeset 445415e402be by Steve Dower in branch 'default':
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
https://hg.python.org/cpython/rev/445415e402be
History
Date User Action Args
2016-11-09 20:59:37python-devsetrecipients: + python-dev, gvanrossum, brett.cannon, pitrou, july, neologix, davide.rizzo, serhiy.storchaka, steve.dower, vajrasky, mwagner
2016-11-09 20:59:37python-devlinkissue19717 messages
2016-11-09 20:59:37python-devcreate