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 sfalk
Recipients sfalk
Date 2014-11-26.14:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417012345.4.0.50245289459.issue22948@psf.upfronthosting.co.za>
In-reply-to
Content
The following statement makes python report a syntactic error:
1.__add__(2)

The following works:
(1).__add__(2)
History
Date User Action Args
2014-11-26 14:32:25sfalksetrecipients: + sfalk
2014-11-26 14:32:25sfalksetmessageid: <1417012345.4.0.50245289459.issue22948@psf.upfronthosting.co.za>
2014-11-26 14:32:25sfalklinkissue22948 messages
2014-11-26 14:32:25sfalkcreate