This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgedmin
Recipients benjamin.peterson, mgedmin, serhiy.storchaka
Date 2014-02-15.12:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392467620.9.0.0950663074918.issue20608@psf.upfronthosting.co.za>
In-reply-to
Content
I resolved my compilation problems (by running 'make distclean').

There are some problems with my patch:
- "leading" is misspelled (as "lleading")
- literals like 0x1z, 0o18, 0b12, 1.2e-1x produce a generic "invalid syntax" message instead of the specific "bad digit in hex/octal/binary/float literal"
- 1.2e-x produces "bad digit in float literal" correctly, but the caret points to the '-' sign instead of the 'x' character
History
Date User Action Args
2014-02-15 12:33:40mgedminsetrecipients: + mgedmin, benjamin.peterson, serhiy.storchaka
2014-02-15 12:33:40mgedminsetmessageid: <1392467620.9.0.0950663074918.issue20608@psf.upfronthosting.co.za>
2014-02-15 12:33:40mgedminlinkissue20608 messages
2014-02-15 12:33:40mgedmincreate