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

Added support for b'...' syntax

This commit is contained in:
Dmitry Vasiliev
2008-09-22 12:18:14 +04:00
parent 62f6125020
commit 4954174d85
5 changed files with 368 additions and 7 deletions

View File

@@ -67,6 +67,10 @@ RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning
" \a\b\c\"\'\n\r \x34\077 \08 \xag"
r" \" \' "
u"test"
b"test"
# Formattings
" %f "
@@ -99,7 +103,7 @@ r" \" \' "
$ ? 6xav
&& || ++ -- ===
&& || ===
# Indentation errors.