1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-18 03:50:24 +01:00

Added TODO item

This commit is contained in:
Dmitry Vasiliev
2010-12-19 13:16:00 +03:00
parent f259b31b50
commit c8113a7a4f

View File

@@ -1,6 +1,8 @@
Now Now
=== ===
- Add support for slice syntax:
http://img155.imageshack.us/img155/7767/screenshotgs.png
- When we check spelling we don't need to check the whole strings only the - 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 content. For example we don't need to check 'u' for spelling in strings
like this: u"Some text"; like this: u"Some text";