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 craigh
Recipients craigh, emilyemorehouse
Date 2018-01-28.19:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517168625.47.0.467229070634.issue32689@psf.upfronthosting.co.za>
In-reply-to
Content
In my test, the second call to path.absolute() is just returning the same result as the first call, which is what I would expect (as you say, the path object doesn't update automatically).

However, your output shows it returning '/Users/e/Development/OSS/cpython/test2' instead of the (now broken) path from the first call.  Maybe I'm missing something?
History
Date User Action Args
2018-01-28 19:43:45craighsetrecipients: + craigh, emilyemorehouse
2018-01-28 19:43:45craighsetmessageid: <1517168625.47.0.467229070634.issue32689@psf.upfronthosting.co.za>
2018-01-28 19:43:45craighlinkissue32689 messages
2018-01-28 19:43:45craighcreate