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 Lingaraj Gowdar
Recipients Lingaraj Gowdar, terry.reedy
Date 2018-12-05.19:36:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544038611.2.0.788709270274.issue35421@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the output of below append cannot be used for practical purpose, This jira is to get the expectation for a case in append.

>>> a=[1,2]
>>> a.append(a)
>>> a
[1, 2, [...]]
>>>
History
Date User Action Args
2018-12-05 19:36:51Lingaraj Gowdarsetrecipients: + Lingaraj Gowdar, terry.reedy
2018-12-05 19:36:51Lingaraj Gowdarsetmessageid: <1544038611.2.0.788709270274.issue35421@psf.upfronthosting.co.za>
2018-12-05 19:36:50Lingaraj Gowdarlinkissue35421 messages
2018-12-05 19:36:50Lingaraj Gowdarcreate