[Pydev-users] [pydev - Users] RE: Decimal conversion problem on Windows
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-06 16:17:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901857 By: fabioz That's because 'float' is more forgiving about it. E.g.: float('10\r') will return 10.0 (and in the other case it would throw an error). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |