On Sat, Jun 03, 2017 at 06:55:22PM +0200, Ævar Arnfjörð Bjarmason wrote:
> On Sat, Jun 3, 2017 at 3:31 PM, Jakub Wilk wrote:
> > The file is syntactically correct only in Python >= 2.6, so the
> > version check never does anything.
>
> [CC-ing Eric who added that check]
>
> Your commit message d
On Sat, Jun 3, 2017 at 3:31 PM, Jakub Wilk wrote:
> The file is syntactically correct only in Python >= 2.6, so the
> version check never does anything.
[CC-ing Eric who added that check]
Your commit message doesn't give an example of this, but with e.g.
python 2.0 you get:
File "git-p4.p
The file is syntactically correct only in Python >= 2.6, so the
version check never does anything.
Signed-off-by: Jakub Wilk
---
git-p4.py | 4
1 file changed, 4 deletions(-)
diff --git a/git-p4.py b/git-p4.py
index 8d151da91..4278cd9d4 100755
--- a/git-p4.py
+++ b/git-p4.py
@@ -8,10 +8,6
3 matches
Mail list logo