[New-bugs-announce] [issue14914] pysetup installed distribute despite dry run option being specified

Nick Coghlan report at bugs.python.org
Fri May 25 16:52:25 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

After approving the pyvenv PEP, I decided to play around with the other big packaging enhancement in 3.3: pysetup.

The following command installed distribute:

    pysetup3.3 -n install distribute

The "-n" *should* have caused that to be a dry run, but it actually installed the module.

----------
assignee: eric.araujo
components: Distutils2
messages: 161582
nosy: alexis, eric.araujo, ncoghlan, tarek
priority: critical
severity: normal
stage: test needed
status: open
title: pysetup installed distribute despite dry run option being specified
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14914>
_______________________________________


More information about the New-bugs-announce mailing list