Author palana
Recipients
Date 2004-10-17.21:39:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There's a problem with exponents and numeric literals:

017e4 should be about 150k, but python gives 170k.

Same with hexints, 0x12e4 should be 180k, but python
gives 4836.

I think that python should either throw an error or do
it right.
History
Date User Action Args
2007-08-23 14:26:46adminlinkissue1048864 messages
2007-08-23 14:26:46admincreate