3877: 'alive' and incomplet date
svn: r15280
This commit is contained in:
parent
72e19bb7a9
commit
845d5d0a33
@ -824,8 +824,8 @@ def probably_alive(person, db,
|
||||
# no evidence, must consider alive
|
||||
return (True, None, None, _("no evidence"), None)
|
||||
# must have est dates from here:
|
||||
# SPECIAL CASE: Today:
|
||||
if current_date.match(gen.lib.date.Today(), "=="):
|
||||
# SPECIAL CASE: Today and Future:
|
||||
if current_date.match(gen.lib.date.Today(), ">="):
|
||||
if person.get_death_ref():
|
||||
# if death in the future: (impossible, unless guess)
|
||||
# if return_range:
|
||||
|
Loading…
Reference in New Issue
Block a user