﻿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
20021	create_superuser fails on Windows XP/Python 3.2	tim.needham@…	nobody	"Hi,

You can't seem to create a new project 1.5, on Windows XP (I've no choice!) running Python 3.2....

The trouble seems to be here:

\contrib\auth\management\__init__.py

The ""create_superuser"" function depends on input()... however, it's suffixed with an odd character (new line or similar?) that doesn't to equate to ""no"" or ""yes"" and so goes in an infinite loop. This project creation.

Throwing a .rstrip() onto the end of input() seems to fix it!

Many thanks

Tim"	Bug	closed	contrib.auth	1.5	Normal	invalid	enter yes no		Unreviewed	0	0	0	0	0	0
