mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Some syntax errors were being caught by tokenize during the tabnanny
check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719
This commit is contained in:
parent
54c3db55a2
commit
c426ffcdfc
2 changed files with 8 additions and 6 deletions
|
@ -3,6 +3,10 @@ What's New in IDLE 2.6a1?
|
|||
|
||||
*Release date: XX-XXX-200X*
|
||||
|
||||
- Some syntax errors were being caught by tokenize during the tabnanny
|
||||
check, resulting in obscure error messages. Do the syntax check
|
||||
first. Bug 1562716, 1562719
|
||||
|
||||
- IDLE's version number takes a big jump to match the version number of
|
||||
the Python release of which it's a part.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue