This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author facundobatista
Recipients facundobatista, jdunck
Date 2008-04-02.13:47:25
SpamBayes Score 0.6001345
Marked as misclassified No
Message-id <1207144046.3.0.123322577916.issue2531@psf.upfronthosting.co.za>
In-reply-to
Content
Which version of 2.4 are you talking about?

This line in the tests...

  self.assertNotEqual(da, 32.7)

is there since almost 4 years ago (release 36325, and 2.4 is tagged in
release 37906).

Anyway, this behaviour is ok, as is the following:

>>> 2 < "1.9"
True
History
Date User Action Args
2008-04-02 13:47:26facundobatistasetspambayes_score: 0.600134 -> 0.6001345
recipients: + facundobatista, jdunck
2008-04-02 13:47:26facundobatistasetspambayes_score: 0.600134 -> 0.600134
messageid: <1207144046.3.0.123322577916.issue2531@psf.upfronthosting.co.za>
2008-04-02 13:47:25facundobatistalinkissue2531 messages
2008-04-02 13:47:25facundobatistacreate