﻿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
4854	backslashes not required on windows	anonymous	nobody	"apache installation manual says
If you’re using Windows, remember that the path will contain backslashes. This string is passed through Python’s string parser twice, so you need to escape each backslash twice:

PythonPath ""['c:\\\\path\\\\to\\\\project'] + sys.path""

Or, use raw strings:

PythonPath ""[r'c:\\path\\to\\project'] + sys.path""

but forward slashes work just fine here on windows and is less confusing than \\\\, just remind them that forward slashes are preferred and to not try to figure out the \\\\ pattern.
"		closed	Documentation	dev		fixed	path backslash		Ready for checkin	1	0	0	0	0	0
