Clearcase Popen problem on buggy python 2.7.x
Review Request #3994 — Created March 23, 2013 and submitted
Original issue was descibed in http://reviews.reviewboard.org/r/3804/ A console window would pop up every time popen is invoked on Windows 7 Unfortunately, this fix has created a regression on other OSes https://groups.google.com/forum/?fromgroups=#!topic/reviewboard-dev/hbrKN_p5Rvo The goal of this update is to prevent Popen shell=true unless Windows 7 and python 2.7.x Please comment it, do not whenever it is the best place/way to implement such _popen_shell=T/F this can be merged from https://github.com/nanouck/reviewboard
on windows 7 and python 2.7.3 _popen_shell = True on windows XP and python 2.7.3 _popen_shell = False
Description | From | Last Updated |
---|---|---|
Col: 1 W191 indentation contains tabs |
reviewbot | |
Col: 1 E101 indentation contains mixed spaces and tabs |
reviewbot | |
Col: 2 E128 continuation line under-indented for visual indent |
reviewbot | |
Col: 1 W191 indentation contains tabs |
reviewbot | |
Col: 1 E101 indentation contains mixed spaces and tabs |
reviewbot | |
Col: 1 W191 indentation contains tabs |
reviewbot | |
Col: 1 E101 indentation contains mixed spaces and tabs |
reviewbot | |
Please add reference to the bugs. |
BA bartek | |
Col: 1 E128 continuation line under-indented for visual indent |
reviewbot | |
Col: 1 E128 continuation line under-indented for visual indent |
reviewbot | |
Should be proper sentences, with capitalization and periods. |
chipx86 | |
I know we don't support Python 3.x yet, but we will in time. Do we have any idea about what … |
chipx86 | |
Is this a problem on Windows 8? Do we need to check for >= 7? |
chipx86 |
- Change Summary:
-
update according to reviewbot and Bart comments
- Description:
-
Original issue was descibed in http://reviews.reviewboard.org/r/3804/
A console window would pop up every time popen is invoked on Windows 7 Unfortunately, this fix has created a regression on other OSes
https://groups.google.com/forum/?fromgroups=#!topic/reviewboard-dev/hbrKN_p5Rvo The goal of this update is to prevent Popen shell=true unless Windows 7 and python 2.7.x
Please comment it, do not whenever it is the best place/way to implement such _popen_shell=T/F
~ this can be merged from https://github.com/nanouck/reviewboard/commit/b04476b32dcef53054ebab66c94a909277bee792
~ this can be merged from https://github.com/nanouck/reviewboard
- Diff:
-
Revision 3 (+18 -6)
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/clearcase.py Ignored Files:
- Change Summary:
-
add moonese in reviewer list because he is the author of original #3804
- People: