5422: Error on date entry
svn: r18562
This commit is contained in:
parent
0c346aa16c
commit
bd3dc0e82c
@ -518,7 +518,7 @@ class DateParser(object):
|
||||
d = self._get_int(groups[2])
|
||||
value = (d, m, y, False)
|
||||
if not check((d, m, y)):
|
||||
value = Date.Empty
|
||||
value = Date.EMPTY
|
||||
return value
|
||||
|
||||
match = self._rfc.match(text)
|
||||
|
Loading…
Reference in New Issue
Block a user