Message178977
$ ./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. |
|
Date |
User |
Action |
Args |
2013-01-03 19:47:10 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, ezio.melotti, michael.foord |
2013-01-03 19:47:09 | serhiy.storchaka | set | messageid: <1357242429.96.0.115075788374.issue16854@psf.upfronthosting.co.za> |
2013-01-03 19:47:09 | serhiy.storchaka | link | issue16854 messages |
2013-01-03 19:47:09 | serhiy.storchaka | create | |
|