Skip to content

Commit 6f89b1c

Browse files
committed
Done TODO item
1 parent 9f7d4af commit 6f89b1c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

TODO.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Now
22
===
33

4-
- String escapes doesn't work inside bytes;
5-
64
- When we check spelling we don't need to check the whole strings only the
75
content. For example we don't need to check 'u' for spelling in strings
86
like this: u"Some text";

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Класс
5555

5656
# Erroneous numbers
5757

58-
077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78
58+
077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78 0o123LaB
5959

6060
# Strings
6161

0 commit comments

Comments
 (0)