On Tue, 12 Sep 2006, Yura Smolsky wrote:
> well, i have found that I can use float(-1e3000) as -infinity value,
> but when I pass it to TopFieldDocs constructor I get InvalidArgsError:
According to google, you should be able to say: float('-infinity')
Andi..