﻿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
28747	Unclosed single quotes in django/conf/global_settings.py comments	Oleksandr	Duarte Fernandes	"In file: ''**django/conf/global_settings.py**''
In lines ''251-253'' there are an example with list of compiled RegExps. 
Three of them contain unclosed quotes.
Here is the code:

{{{
#    IGNORABLE_404_URLS = [
#        re.compile(r'^/apple-touch-icon.*\.png$'),
#        re.compile(r'^/favicon.ico$),
#        re.compile(r'^/robots.txt$),
#        re.compile(r'^/phpmyadmin/),
#        re.compile(r'\.(cgi|php|pl)$'),
#    ]
}}}"	Cleanup/optimization	closed	Core (Other)	1.11	Normal	fixed	Comment, typo		Ready for checkin	1	0	0	0	1	0
