在python下postgres条件查询问题

在python下用postgres
查询语句"select seq,status from namelist where (nextcall is null or nextcall<=now()) and status >= 0",查询结果只有nextcall is null的,没有nextcall<=now()的,要怎么写才能把nextcall is null和nextcall<=now()都查出来