﻿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
15928	RegexField and regexp flags	Sergey N. Belinsky <sergeybe@…>	nobody	"The syntax of re.compile function is:

regexp = re.compile(pattern[, flags])

but this function in RegexField used without flags. I suggest to use the next syntax for RegexField:

login = RegexField(r'^\w+', flags=re.UNICODE|re.IGNORE)

I guess it will be useful. Thank you!"	New feature	closed	Forms	1.3	Normal	wontfix	RegexField unicode re.compile		Design decision needed	0	0	0	0	0	0
