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:38:38
SpamBayes Score 0.0009736438
Marked as misclassified No
Message-id <1230475120.13.0.367440539746.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
The Perl patch is here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=36;filename=etch_03_fix_file_path;att=1;bug=286922

It is a recursive implementation of rmtree. What it does is 1) get the
inode of the path 2) unlink it altogether if not a dir 3) otherwise,
chdir to it 4) check that '.' still has the same inode, otherwise bail out.
History
Date User Action Args
2008-12-28 14:38:40pitrousetrecipients: + pitrou, mrts
2008-12-28 14:38:40pitrousetmessageid: <1230475120.13.0.367440539746.issue4489@psf.upfronthosting.co.za>
2008-12-28 14:38:39pitroulinkissue4489 messages
2008-12-28 14:38:38pitroucreate