1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 19:40:26 +01:00
Files
python-syntax/TODO.txt
2008-09-19 18:29:45 +04:00

12 lines
353 B
Plaintext

- Add configuration for "print" status (function or builtin)
- 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;