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 andrei.avk
Recipients andrei.avk, christian.heimes
Date 2021-12-06.00:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638751965.6.0.291626063415.issue45977@roundup.psfhosted.org>
In-reply-to
Content
If CWD=/a/b and pycache_prefix=c, the resulting dir is /a/b/c as I would expect.

If CWD=/a/b and pycache_prefix='', I would expect resulting dir to be /a/b 
 instead of /a/b/a/b .

For example as the shell `cd` command accepts relative path as arg, I would expect that `cd c` changes to /a/b/c ; but it would be very strange to expect `cd ` with empty arg to change to /a/b/a/b .
History
Date User Action Args
2021-12-06 00:52:45andrei.avksetrecipients: + andrei.avk, christian.heimes
2021-12-06 00:52:45andrei.avksetmessageid: <1638751965.6.0.291626063415.issue45977@roundup.psfhosted.org>
2021-12-06 00:52:45andrei.avklinkissue45977 messages
2021-12-06 00:52:45andrei.avkcreate