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

Fixed hex error display

This commit is contained in:
Dmitry Vasiliev
2008-09-21 20:49:52 +04:00
parent b6d761f8cd
commit 5cfa952032
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning
# Numbers
0 0x1f 077 .3 12.34 100L 0j 0j 34.2E-3 0b10 0o77
0 0x1f 077 .3 12.34 100L 0j 0j 34.2E-3 0b10 0o77 0xfffffffL
# Erroneous numbers