﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7928	python2.4 fails --help is handled as a special case	CHasenpflug	nobody	"As a result of r8055, python 2.4 also outputs ""usage:"".

{{{
======================================================================
FAIL: --help is handled as a special case
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/buildbot/slaves/django/ubuntu-x86-trunk-2.4-sqlite/build/tests/regressiontests/admin_scripts/tests.py"", line 744, in test_help
    self.assertOutput(out, ""Usage: manage.py [options]"")
  File ""/home/buildbot/slaves/django/ubuntu-x86-trunk-2.4-sqlite/build/tests/regressiontests/admin_scripts/tests.py"", line 112, in assertOutput
    self.failUnless(msg in stream, ""'%s' does not match actual output text '%s'"" % (msg, stream))
AssertionError: 'Usage: manage.py [options]' does not match actual output text 'usage: manage.py [options]

options:
  --settings=SETTINGS   The Python path to a settings module, e.g.
                        ""myproject.settings.main"". If this isn't provided, the
                        DJANGO_SETTINGS_MODULE environment variable will be
                        used.
  --pythonpath=PYTHONPATH
                        A directory to add to the Python path, e.g.
                        ""/home/djangoprojects/myproject"".
  --traceback           Print traceback on exception
  --version             show program's version number and exit
  -h, --help            show this help message and exit
'

----------------------------------------------------------------------
}}}
"		closed	Testing framework	dev		fixed			Unreviewed	0	0	0	0	0	0
