﻿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
20937	pytz pauses 4 sec the manage.py output	antonxx@…	nobody	"Today I made a strange observation.

After having reinstalled all my python and django stuff,
I went to my django project and typed at the console:
{{{
manage.py
}}}
I see first the following output:
{{{
D:\tmp\djangotest\djtest>manage.py
Usage: manage.py subcommand [options] [args]

Options:
  -v VERBOSITY, --verbosity=VERBOSITY
                        Verbosity level; 0=minimal output, 1=normal output,
                        2=verbose output, 3=very verbose output
  --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
}}}

then I have a pause of 4 sec...
and the output continues with
{{{
Type 'manage.py help <subcommand>' for help on a specific subcommand.

Available subcommands:

[auth]
    changepassword
    createsuperuser

[django]
    cleanup
...
... (I skip the rest here)
}}}

If I '''uninstall''' https://pypi.python.org/pypi/pytz/2013b
then I don't have this strange pause"	Uncategorized	closed	Uncategorized	1.5	Normal	invalid			Unreviewed	0	0	0	0	0	0
