-
-
-
reviewboard/scmtools/clearcase.py (Diff revision 1) Col: 1 E101 indentation contains mixed spaces and tabs
-
reviewboard/scmtools/clearcase.py (Diff revision 1) Col: 2 E128 continuation line under-indented for visual indent
-
-
reviewboard/scmtools/clearcase.py (Diff revision 1) Col: 1 E101 indentation contains mixed spaces and tabs
-
-
reviewboard/scmtools/clearcase.py (Diff revision 1) Col: 1 E101 indentation contains mixed spaces and tabs
Clearcase Popen problem on buggy python 2.7.x
Review Request #3994 — Created March 23, 2013 and submitted
Information | |
---|---|
delyn | |
Review Board | |
Reviewers | |
reviewboard | |
moonese |
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 |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 2 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Col: 1 W191 indentation contains tabs |
![]() |
|
Col: 1 E101 indentation contains mixed spaces and tabs |
![]() |
|
Please add reference to the bugs. |
BA bartek | |
Col: 1 E128 continuation line under-indented for visual indent |
![]() |
|
Col: 1 E128 continuation line under-indented for visual indent |
![]() |
|
Should be proper sentences, with capitalization and periods. |
|
|
I know we don't support Python 3.x yet, but we will in time. Do we have any idea about what … |
|
|
Is this a problem on Windows 8? Do we need to check for >= 7? |
|

Change Summary:
update according to reviewbot and Bart comments
Description: |
|
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+18 -6) |

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/scmtools/clearcase.py Ignored Files:
-
reviewboard/scmtools/clearcase.py (Diff revision 3) Col: 1 E128 continuation line under-indented for visual indent
-
reviewboard/scmtools/clearcase.py (Diff revision 3) Col: 1 E128 continuation line under-indented for visual indent

-
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: |
|
---|
-
-
reviewboard/scmtools/clearcase.py (Diff revision 4) Should be proper sentences, with capitalization and periods.
-
reviewboard/scmtools/clearcase.py (Diff revision 4) I know we don't support Python 3.x yet, but we will in time. Do we have any idea about what versions there we may need to factor in?
-
reviewboard/scmtools/clearcase.py (Diff revision 4) Is this a problem on Windows 8? Do we need to check for >= 7?