5422: Error on date entry
svn: r18563
This commit is contained in:
parent
ed24673c49
commit
c6e4d539a6
@ -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…
x
Reference in New Issue
Block a user