This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年02月16日 16:17 by Jason.Yeo, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| mypatch | Jason.Yeo, 2012年02月16日 16:17 | patch to print correct variable | review | |
| Messages (3) | |||
|---|---|---|---|
| msg153485 - (view) | Author: Jason Yeo (Jason.Yeo) * | Date: 2012年02月16日 16:17 | |
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. |
|||
| msg154162 - (view) | Author: Jason Yeo (Jason.Yeo) * | Date: 2012年02月24日 21:04 | |
hi, *friendly ping* how's the review for this patch? |
|||
| msg158719 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月19日 12:23 | |
New changeset c4c67c2d8ffc by Nick Coghlan in branch '3.2': Close #14032: fix incorrect variable reference in test_cmd_line_script http://hg.python.org/cpython/rev/c4c67c2d8ffc |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58240 |
| 2012年04月19日 12:23:14 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg158719 resolution: fixed stage: resolved |
| 2012年02月25日 06:33:05 | ncoghlan | set | assignee: ncoghlan |
| 2012年02月24日 21:04:21 | Jason.Yeo | set | messages: + msg154162 |
| 2012年02月17日 16:23:34 | eric.araujo | set | nosy:
+ ncoghlan |
| 2012年02月16日 16:18:35 | Jason.Yeo | set | files: - mypatch |
| 2012年02月16日 16:18:15 | Jason.Yeo | set | files: + mypatch |
| 2012年02月16日 16:17:50 | Jason.Yeo | create | |