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
Dmitry Vasiliev 7310daf443 New idea
2008-12-11 13:04:46 +03:00

18 lines
502 B
Plaintext

Now
===
- When we check spelling we don't need to check the whole strings only the
content. For example we don't need to check 'u' for spelling in strings
like this: u"Some text";
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;