[issue1030250] distutils' dry-run wants to create some real build dirs

2008-12-10 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue1030250] distutils' dry-run wants to create some real build dirs

2008-12-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Committed r67692 (trunk). I don't feel the need to backport: this issue was opened 4 years ago, it is not urgent anymore ;-) ___ Python tracker <[EMAIL PROTECTED]>

[issue1030250] distutils' dry-run wants to create some real build dirs

2008-12-05 Thread Marc-Andre Lemburg
Marc-Andre Lemburg <[EMAIL PROTECTED]> added the comment: Looks good. -- nosy: +lemburg stage: patch review -> commit review ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue1030250] distutils' dry-run wants to create some real build dirs

2008-12-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: The third parameter to mkpath() is 'verbose', not 'dry_run'! Correction is trivial: Index: Lib/distutils/ccompiler.py === --- Lib/distutils/ccompiler.py (revision 67068) +