1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Added new TODO item

This commit is contained in:
Dmitry Vasiliev
2008-12-25 23:24:05 +03:00
parent 7310daf443
commit c773423e1c

View File

@@ -1,6 +1,8 @@
Now Now
=== ===
- String escapes doesn't work inside bytes;
- 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";