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 r.david.murray
Recipients Arfrever, brett.cannon, eric.snow, martin.panter, r.david.murray
Date 2014-11-14.19:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415992696.6.0.999390169925.issue22834@psf.upfronthosting.co.za>
In-reply-to
Content
Well, once I've launched a program, regardless of whether or not I expected some stuff to come from the CWD, I generally don't think about whether or not the CWD might go away, and in a complex setup it would most likely be getting deleted by some other process.  So I think I would prefer an import that is of something that wasn't ever in the CWD to succeed if the CWD goes away.  I'm not even sure I'd want a warning.

What happens if a directory on the path disappears?  If that is treated as a non-error, then I think a missing CWD on the path should also be treated as a non-error.
History
Date User Action Args
2014-11-14 19:18:16r.david.murraysetrecipients: + r.david.murray, brett.cannon, Arfrever, eric.snow, martin.panter
2014-11-14 19:18:16r.david.murraysetmessageid: <1415992696.6.0.999390169925.issue22834@psf.upfronthosting.co.za>
2014-11-14 19:18:16r.david.murraylinkissue22834 messages
2014-11-14 19:18:16r.david.murraycreate