[New-bugs-announce] [issue6796] invalid print in tkinter\test\test_ttk\test_widgets.py

Keith Campbell report at bugs.python.org
Fri Aug 28 20:04:53 CEST 2009


New submission from Keith Campbell <keithc at mitre.org>:

Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART 
================================
>>> 
>>> ================================ RESTART 
================================
>>> 
Traceback (most recent call last):
  File "C:\Python31\Lib\tkinter\test\test_ttk\test_widgets.py", line 4, 
in <module>
    from test.support import requires, run_unittest
  File "c:\spring2000\o7python\lib\test.py", line 33
    print 'Main process exiting.'
                                ^
SyntaxError: invalid syntax

----------
components: Tkinter
messages: 92040
nosy: keithc
severity: normal
status: open
title: invalid print in tkinter\test\test_ttk\test_widgets.py
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6796>
_______________________________________


More information about the New-bugs-announce mailing list