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";

View File

@@ -55,7 +55,7 @@ RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning
# Erroneous numbers
077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78
077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78 0o123LaB
# Strings