﻿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
9026	Scripts receive invalid keyboard input under Windows with JVM	Erin Kelly	nobody	"In trunk and 1.0 on Windows, the createsuperuser command fails to recognize input as valid, because every line of input is terminated with '\r', which the command is not expecting.  syncdb causes a similar problem when it presents the createsuperuser question loop, where the only way out is Ctrl-C.

In a regular Python or IPython shell running on Windows, the result of raw_input() isn't terminated with whitespace at all.  Are we doing something weird with stdin in the management commands?"	Bug	closed	Core (Management commands)	1.0	Normal	wontfix			Design decision needed	0	0	0	0	0	0
