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 skip.montanaro
Recipients ajaksu2, eric.araujo, l0nwlf, loewis, skip.montanaro
Date 2010-05-16.00:14:04
SpamBayes Score 0.074770905
Marked as misclassified No
Message-id <19439.14535.515347.694801@montanaro.dyndns.org>
In-reply-to <1273967620.48.0.511745295168.issue4007@psf.upfronthosting.co.za>
Content
>> Note: Using find -delete avoids the extra process spawning for rm.

The -delete expression isn't universally available.  For example, it is not
present on Solaris.  Better just to stick with the reliable rm.

Skip
History
Date User Action Args
2010-05-16 00:14:07skip.montanarosetrecipients: + skip.montanaro, loewis, ajaksu2, eric.araujo, l0nwlf
2010-05-16 00:14:05skip.montanarolinkissue4007 messages
2010-05-16 00:14:04skip.montanarocreate