New submission from Jason Yeo <jasonye...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14032> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com