mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Note change in fp literal syntax (e.g. "3e-" worked by accident before).
This commit is contained in:
parent
5592e4d7d5
commit
c6d958192e
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ What's New in Python 2.2a3?
|
|||
|
||||
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
|
||||
|
||||
Tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue