1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00
Files
python-syntax/TODO.txt
2008-09-22 12:18:14 +04:00

18 lines
441 B
Plaintext

Now
===
- (Python 3.0) support for b"..." syntax and remove u"..." syntax;
- (Python 3.0) add new bultins and exceptions;
Later
=====
- Highligh errors where symbols follow by numbers like this: 0o123LaB
- Need more accurate way to handle indentation errors. For example
mixing spaces and tabs may be used for pretty formatting;
- Need more checks for errors like: absent brackets, absent quotes,
back slash at the end of strings;