New submission from Lingaraj Gowdar <lings...@gmail.com>:

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, [...]]
>>>

----------
assignee: terry.reedy
components: IDLE
messages: 331148
nosy: Lingaraj Gowdar, terry.reedy
priority: normal
severity: normal
status: open
title: Expected result is not clear in case of list.append(list)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35421>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to