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 2013年01月03日 19:47 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-16854-1.diff | chris.jerdonek, 2013年01月06日 20:52 | |||
| Messages (5) | |||
|---|---|---|---|
| msg178977 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年01月03日 19:47 | |
$ ./python -m test.regrtest -u spam Traceback (most recent call last): File "/home/serhiy/py/cpython/Lib/runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/home/serhiy/py/cpython/Lib/runpy.py", line 73, in _run_code exec(code, run_globals) File "/home/serhiy/py/cpython/Lib/test/regrtest.py", line 1599, in <module> main() File "/home/serhiy/py/cpython/Lib/test/regrtest.py", line 473, in main usage('Invalid -u/--use option: ' + a) NameError: global name 'usage' is not defined This is 3.4 only issue. |
|||
| msg178978 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2013年01月03日 19:52 | |
I observed this issue earlier in issue 16799. See that issue for a fix. Can one of you review that patch? Thanks. |
|||
| msg179225 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2013年01月06日 20:52 | |
I'm submitting a patch for this independent of issue 16799 on Serhiy's request. |
|||
| msg179301 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年01月08日 01:10 | |
New changeset ce99559efa46 by Chris Jerdonek in branch 'default': Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. http://hg.python.org/cpython/rev/ce99559efa46 |
|||
| msg179318 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年01月08日 07:56 | |
Thank you, Chris. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:40 | admin | set | github: 61058 |
| 2013年01月08日 07:56:03 | serhiy.storchaka | set | messages: + msg179318 |
| 2013年01月08日 01:13:00 | chris.jerdonek | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2013年01月08日 01:10:39 | python-dev | set | nosy:
+ python-dev messages: + msg179301 |
| 2013年01月06日 22:38:39 | serhiy.storchaka | set | stage: needs patch -> patch review |
| 2013年01月06日 20:52:41 | chris.jerdonek | set | files:
+ issue-16854-1.diff keywords: + patch dependencies: - start using argparse.Namespace in regrtest messages: + msg179225 |
| 2013年01月03日 19:54:31 | chris.jerdonek | set | assignee: chris.jerdonek |
| 2013年01月03日 19:54:08 | chris.jerdonek | set | dependencies: + start using argparse.Namespace in regrtest |
| 2013年01月03日 19:52:59 | chris.jerdonek | set | messages: + msg178978 |
| 2013年01月03日 19:48:51 | ezio.melotti | set | keywords:
+ easy nosy: + chris.jerdonek stage: needs patch |
| 2013年01月03日 19:47:09 | serhiy.storchaka | create | |