From: Igor Khavkine on
How is this reasonable (even if GenerateConditions is turned off)?

[Mathematica 6.0.0]

In[1]:= Integrate[1/y, {y, 0, Infinity}, GenerateConditions -> False]

Out[1]= 0

Igor