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.

Author serhiy.storchaka
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2013-01-03.19:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357242429.96.0.115075788374.issue16854@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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.
History
Date User Action Args
2013-01-03 19:47:10serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord
2013-01-03 19:47:09serhiy.storchakasetmessageid: <1357242429.96.0.115075788374.issue16854@psf.upfronthosting.co.za>
2013-01-03 19:47:09serhiy.storchakalinkissue16854 messages
2013-01-03 19:47:09serhiy.storchakacreate