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

Done TODO item

This commit is contained in:
Dmitry Vasiliev
2010-11-12 13:14:03 +03:00
parent 9f7d4af442
commit 6f89b1c2de
2 changed files with 1 additions and 3 deletions

View File

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