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 pitrou
Recipients boya, loewis, pitrou, santoso.wijaya, skrah, terry.reedy, vstinner
Date 2011-06-17.22:57:55
SpamBayes Score 1.112054e-05
Marked as misclassified No
Message-id <1308351476.11.0.144096932626.issue9246@psf.upfronthosting.co.za>
In-reply-to
Content
> From a practicality point of view, we need to make no change at all:
> nobody sane ever has a current working directory path of more than
> 1000 characters. Even if people have very long path names, they
> don't make them the current working directory.

I don't see why that wouldn't be the case. They probably don't change to these directories *by hand*, but they can have scripts that cd into such a directory before doing stuff inside it. And these scripts can be written in Python.
History
Date User Action Args
2011-06-17 22:57:56pitrousetrecipients: + pitrou, loewis, terry.reedy, vstinner, skrah, boya, santoso.wijaya
2011-06-17 22:57:56pitrousetmessageid: <1308351476.11.0.144096932626.issue9246@psf.upfronthosting.co.za>
2011-06-17 22:57:55pitroulinkissue9246 messages
2011-06-17 22:57:55pitroucreate