Note change in fp literal syntax (e.g. "3e-" worked by accident before).

This commit is contained in:
Tim Peters 2001-08-28 20:56:27 +00:00
parent 5592e4d7d5
commit c6d958192e
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ What's New in Python 2.2a3?
Core Core
+ An old tokenizer bug allowed floating point literals with an incomplete
exponent, such as 1e and 3.1e-. Such literals now raise SyntaxError.
Library Library
Tools Tools