[issue8208] test_issue7820 fails: "name '?' is not defined"

2010-04-03 Thread Ezio Melotti

Changes by Ezio Melotti :


--
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

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



[issue8208] test_issue7820 fails: "name '?' is not defined"

2010-04-03 Thread Ned Deily

Ned Deily  added the comment:

Duplicated in Issue8307

--
nosy: +mark.dickinson

___
Python tracker 

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



[issue8208] test_issue7820 fails: "name '?' is not defined"

2010-03-30 Thread Shashwat Anand

Shashwat Anand  added the comment:

I did not find any issue here.

Trunk running on OS X 10.6.2:

06:25:00 l0nwlf-MBP:test $ python2.7 -V
Python 2.7a4+
06:25:05 l0nwlf-MBP:test $ python2.7 test_pep263.py 
test_compilestring (__main__.PEP263Test) ... ok
test_issue3297 (__main__.PEP263Test) ... ok
test_issue7820 (__main__.PEP263Test) ... ok
test_pep263 (__main__.PEP263Test) ... ok

--
Ran 4 tests in 0.003s

OK

--
nosy: +l0nwlf

___
Python tracker 

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



[issue8208] test_issue7820 fails: "name '?' is not defined"

2010-03-22 Thread Ned Deily

New submission from Ned Deily :

Trunk running on OS X 10.6.2:

==
ERROR: test_issue7820 (test.test_pep263.PEP263Test)
--
Traceback (most recent call last):
  File "/private/tmp/pp/usr/local/lib/python2.7/test/test_pep263.py", line 39, 
in test_issue7820
self.assertRaises(SyntaxError, eval, '\xff\x20')
  File "/private/tmp/pp/usr/local/lib/python2.7/unittest/case.py", line 444, in 
assertRaises
callableObj(*args, **kwargs)
  File "", line 1, in 
NameError: name '?' is not defined

--

--
components: Tests
messages: 101560
nosy: haypo, ned.deily
severity: normal
status: open
title: test_issue7820 fails: "name '?' is not defined"
type: behavior
versions: Python 2.7

___
Python tracker 

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