Message78406
| 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:48 | pitrou | set | recipients: + pitrou, mrts |
| 2008-12-28 14:49:48 | pitrou | set | messageid: <1230475788.76.0.736978868703.issue4489@psf.upfronthosting.co.za> |
| 2008-12-28 14:49:48 | pitrou | link | issue4489 messages |
| 2008-12-28 14:49:47 | pitrou | create | |