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 mrts, pitrou
Date 2008-12-28.14:49:47
SpamBayes Score 9.402273e-06
Marked as misclassified No
Message-id <1230475788.76.0.736978868703.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
Mmmh, the problem with Perl's approach is that it changes the current
working directory (calls to chdir()), which is process-specific and not
thread-specific. Currently, no function in shutil changes the current
working directory, which is a nice behaviour and should IMO be preserved.
History
Date User Action Args
2008-12-28 14:49:48pitrousetrecipients: + pitrou, mrts
2008-12-28 14:49:48pitrousetmessageid: <1230475788.76.0.736978868703.issue4489@psf.upfronthosting.co.za>
2008-12-28 14:49:48pitroulinkissue4489 messages
2008-12-28 14:49:47pitroucreate