We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7d4af commit 6f89b1cCopy full SHA for 6f89b1c
TODO.txt
@@ -1,8 +1,6 @@
1
Now
2
===
3
4
-- String escapes doesn't work inside bytes;
5
-
6
- When we check spelling we don't need to check the whole strings only the
7
content. For example we don't need to check 'u' for spelling in strings
8
like this: u"Some text";
test.py
@@ -55,7 +55,7 @@ class Класс
55
56
# Erroneous numbers
57
58
-077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78
+077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78 0o123LaB
59
60
# Strings
61
0 commit comments