[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.p

[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

[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 ___ ___

[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-bu

[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 lis

[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

[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 ___ __

[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 ___

[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://doc