[issue24346] TypeError at List in Tuple concatenation

2015-06-01 Thread stf
Changes by stf steff...@gmail.com: -- title: Key Error at List in Tuple concatenation - TypeError at List in Tuple concatenation ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24346

[issue24346] Key Error at List in Tuple concatenation

2015-06-01 Thread stf
New submission from stf: a = ([1,2],) a[0] += [3] this raises an Type Error but adds the Elements to a. So a is ([1, 2, 3],) afterwards. This Problem doesn't occur, when you use a[0].append(3) -- ___ Python tracker rep...@bugs.python.org http

[issue24346] Key Error at List in Tuple concatenation

2015-06-01 Thread stf
Changes by stf steff...@gmail.com: Removed file: http://bugs.python.org/file39587/bug.txt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24346

[issue24346] Key Error at List in Tuple concatenation

2015-06-01 Thread stf
Changes by stf steff...@gmail.com: -- components: Interpreter Core nosy: stf priority: normal severity: normal status: open title: Key Error at List in Tuple concatenation type: behavior versions: Python 3.4 ___ Python tracker rep...@bugs.python.org

[issue24346] Key Error at List in Tuple concatenation

2015-06-01 Thread stf
Changes by stf steff...@gmail.com: Added file: http://bugs.python.org/file39587/bug.txt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24346 ___ ___ Python