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 serhiy.storchaka
Recipients ajaksu2, benjamin.peterson, dmalcolm, ezio.melotti, oliver_gramberg, rhettinger, sean_gillespie, serhiy.storchaka
Date 2013-01-11.15:56:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357919810.52.0.101571746066.issue1634034@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, "expected" attribute is set when there is only one possible expected token in PyParser_AddToken(). I don't understand why error messages are so misleading for "def f(*23):" (here not only ')', but a name possible).
History
Date User Action Args
2013-01-11 15:56:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, sean_gillespie, ajaksu2, oliver_gramberg, benjamin.peterson, ezio.melotti, dmalcolm
2013-01-11 15:56:50serhiy.storchakasetmessageid: <1357919810.52.0.101571746066.issue1634034@psf.upfronthosting.co.za>
2013-01-11 15:56:50serhiy.storchakalinkissue1634034 messages
2013-01-11 15:56:50serhiy.storchakacreate