[New-bugs-announce] [issue22948] Integer type and __add__

Sascha Falk report at bugs.python.org
Wed Nov 26 15:32:25 CET 2014


New submission from Sascha Falk:

The following statement makes python report a syntactic error:
1.__add__(2)

The following works:
(1).__add__(2)

----------
components: Interpreter Core
messages: 231711
nosy: sfalk
priority: normal
severity: normal
status: open
title: Integer type and __add__
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22948>
_______________________________________


More information about the New-bugs-announce mailing list