[New-bugs-announce] [issue14032] test_cmd_line_script prints undefined 'data' variable

Jason Yeo report at bugs.python.org
Thu Feb 16 17:17:51 CET 2012


New submission from Jason Yeo <jasonyeo88 at gmail.com>:

Hi, I'm new around here. I was trying to fix issue 14026 and I found this problem. In test_cmd_line_script, the test_issue8202 tries to print an undefined data variable when verbose is set to > 1. I have a patch attached to print(out) instead of print(data). Please let me know if this is the correct thing to do.

----------
components: Tests
files: mypatch
messages: 153485
nosy: Jason.Yeo
priority: normal
severity: normal
status: open
title: test_cmd_line_script prints undefined 'data' variable
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file24531/mypatch

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


More information about the New-bugs-announce mailing list