[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-08-04 Thread Martin v . Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

I have now fixed this with r83721, by excluding the file from compileall.

--
resolution:  - fixed
status: open - closed

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



[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-04-11 Thread Martin v . Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

Benjamin, ISTM that the tests in lib2to3/tests/data/py2_test_grammar aren't run 
at all, as part of regrtest. If so, the entire file could be removed.

--
components: +Installation -2to3 (2.x to 3.0 conversion tool)

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



[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-04-11 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

2010/4/11 Martin v. Löwis rep...@bugs.python.org:

 Martin v. Löwis mar...@v.loewis.de added the comment:

 Benjamin, ISTM that the tests in lib2to3/tests/data/py2_test_grammar aren't 
 run at all, as part of regrtest. If so, the entire file could be removed.

True, but then it would become out of sync with the other branches.
The tests aren't run in the trunk either, but we keep the file there.

--

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



[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-04-10 Thread Gombiuda Jiang

Gombiuda Jiang gombi...@gmail.com added the comment:

I have upload a patch for this problem by just removing the lines as Gabriel 
said.

Please check it out. Thanks.

--
keywords: +patch
nosy: +gombiuda
Added file: http://bugs.python.org/file16865/py2_test_grammar.patch

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



[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-03-26 Thread Gabriel Genellina

New submission from Gabriel Genellina gagsl-...@yahoo.com.ar:

Lib\lib2to3\tests\data\py2_test_grammar.py, in test_with_statement, requires a 
variant of the with statement (multiple targets) that is not available in 
Python 2.6.  Compiling py2_test_grammar.py raises a SyntaxError.  This makes 
the 2.6.5 installer exit with an error message when asked to pre-compile all 
.pyc files, as reported in issue6716.

The fix is simply to remove the last three 'with' statements in function 
test_with_statement, around line 923 in 
Lib\lib2to3\tests\data\py2_test_grammar.py, as this is invalid code for this 
Python version.

--
components: 2to3 (2.x to 3.0 conversion tool)
messages: 101779
nosy: gagenellina
severity: normal
status: open
title: py2_test_grammar.py contains invalid syntax for 2.6
type: behavior
versions: Python 2.6

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



[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-03-26 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
assignee:  - benjamin.peterson
nosy: +benjamin.peterson
priority:  - normal
stage:  - needs patch

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



[issue8241] py2_test_grammar.py contains invalid syntax for 2.6

2010-03-26 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

The correct thing to do is actually to ignore py2_test_grammar.py when 
compiling the pyc files.

--
assignee: benjamin.peterson - loewis
nosy: +loewis

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