Guido van Rossum
|
75ae7e7dfa
|
Fix for PR#74 -- use int() instead of eval() to extract the exponent.
|
1999-09-10 14:34:48 +00:00 |
Fred Drake
|
b8690fbc95
|
Define NotANumber as a subclass of ValueError when using class-based
exceptions.
When raising NotANumber, pass the string that failed as the exception
value.
|
1999-06-29 15:49:35 +00:00 |
Guido van Rossum
|
31626bce66
|
re -> regex conversions by Sjoerd.
|
1997-10-24 14:46:16 +00:00 |
Guido van Rossum
|
9694fcab53
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
Guido van Rossum
|
29be3b97a6
|
Initial revision
|
1992-03-15 21:37:43 +00:00 |