[issue8501] --dry-run option doesn't work

2011-06-30 Thread Thomas Holmes

Changes by Thomas Holmes :


--
nosy: +thomas.holmes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2011-06-09 Thread Michael Mulich

Changes by Michael Mulich :


--
nosy: +michael.mulich

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-09-29 Thread Éric Araujo

Changes by Éric Araujo :


--
versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-08-25 Thread Éric Araujo

Changes by Éric Araujo :


--
dependencies: +distutils dry-run breaks when attempting to bytecompile

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-08-25 Thread Éric Araujo

Changes by Éric Araujo :


--
dependencies:  -distutils argument parsing is bogus

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-08-25 Thread Éric Araujo

Éric Araujo  added the comment:

Wow. I’m amazed to see that the majority of commands don’t even bother with 
dry-run. I’m changing the component to distutils2: This is between bug fix and 
new feature, your report is the first one, and it’s easier to hack on 
distutils2. When this is fixed, I’ll ask Tarek if we should backport it to 
distutils (probably not).

I’m adding the easy keyword to indicate that writing tests for the --dry-run 
behavior could be done by a beginner during a sprint or bug day.

--
assignee: tarek -> eric.araujo
components: +Distutils2 -Distutils
dependencies: +distutils argument parsing is bogus
keywords: +easy
stage:  -> unit test needed
versions: +Python 2.5 -Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-05-29 Thread Éric Araujo

Éric Araujo  added the comment:

Tarek, do we change the component to Distutils2?

If so, I’m willing to give this a try.

--
nosy: +merwok

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-04-22 Thread Tarek Ziadé

Changes by Tarek Ziadé :


--
priority:  -> normal
resolution:  -> accepted
versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 -Python 2.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8501] --dry-run option doesn't work

2010-04-22 Thread Jim Fulton

New submission from Jim Fulton :

The --dry-run option is ignored by the install command.
It leads to an error when used as a global option.

It should be fixed or removed.  I vote for removal, but don't really care. 
Removal seems easier. :)

To reproduce, create the simple project:

  http://docs.python.org/distutils/introduction.html#a-simple-example

and then try the option.

See also:

  http://mail.python.org/pipermail/distutils-sig/2010-April/016000.html

--
assignee: tarek
components: Distutils
messages: 103979
nosy: j1m, tarek
severity: normal
status: open
title: --dry-run option doesn't work
type: behavior
versions: Python 2.5, Python 2.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com