Update
svn: r3564
This commit is contained in:
parent
79e34708b1
commit
7d9e841ff0
@ -454,9 +454,9 @@ class Date:
|
|||||||
"""
|
"""
|
||||||
Returns True if the date is a regular date.
|
Returns True if the date is a regular date.
|
||||||
|
|
||||||
The regular date is a single exact, i.e. not text-only, not a range
|
The regular date is a single exact date, i.e. not text-only, not
|
||||||
or a span, not estimated/calculated, not about/before/after date,
|
a range or a span, not estimated/calculated, not about/before/after
|
||||||
and having year, month, and day other than zero.
|
date, and having year, month, and day all non-zero.
|
||||||
"""
|
"""
|
||||||
return self.modifier == MOD_NONE and self.quality == QUAL_NONE\
|
return self.modifier == MOD_NONE and self.quality == QUAL_NONE\
|
||||||
and self.get_year_valid() and self.get_month_valid\
|
and self.get_year_valid() and self.get_month_valid\
|
||||||
|
Loading…
Reference in New Issue
Block a user