Files
python-syntax/TODO.txt
2008-09-18 12:23:33 +04:00

10 lines
291 B
Plaintext

- Integer literal support
- Python 3.0 string formatting
- 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;