1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 03:20:26 +01:00

Added new TODO item

This commit is contained in:
Dmitry Vasiliev
2008-09-20 23:57:54 +04:00
parent 4e0828f853
commit 21a573403a

View File

@@ -1,5 +1,7 @@
- Python 3.0 string formatting
- 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;