﻿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
26578	validate_ipv4_address (and probably other validators) accept non-ASCII digits	Martin Dickopp	Iacopo Spalletti	"validate_ipv4_address incorrectly accepts values that contain non-ASCII digits, e.g. 127.0.0.൧ (where the last character is U+0D67) in Python 3. This appears to be caused by the use of \d in the regular expression, which matches not only ASCII digits [0-9], but any Unicode digit.

Other validators that use \d may be affected as well."	Bug	closed	Core (Other)	1.9	Normal	fixed		github@… greyzmeem@…	Accepted	1	0	0	1	0	0
