[issue7910] immutability w/r to tuple.__add__

2010-02-11 Thread Matthew Russell
New submission from Matthew Russell matt.horiz...@gmail.com: Tuples, as we know are designed to immutable. Hence I'm questioning if the following behavior is considered a defect: t = (1, 2) t += (1, 2, 3) t (1, 2, 3) ? -- components: Interpreter Core messages: 99219 nosy

[issue7910] immutability w/r to tuple.__add__

2010-02-11 Thread Matthew Russell
Matthew Russell matt.horiz...@gmail.com added the comment: Yes, the output is fishy indeed my bad (paste error). Tim: I hadn't thought for long enough or thought to check with the id builtin - nice catch. -- status: open - closed ___ Python tracker

[issue6597] Deprecate iterable.next in Python 2.6.x when called with -3 option ?

2009-07-29 Thread Matthew Russell
Changes by Matthew Russell matt.horiz...@gmail.com: -- title: Depricate iterable.next in Python 2.6.x when called with -3 option - Deprecate iterable.next in Python 2.6.x when called with -3 option ? ___ Python tracker rep...@bugs.python.org http

[issue1077] itertools missing, causes interactive help to break

2007-08-31 Thread Matthew Russell
Changes by Matthew Russell: -- components: Interpreter Core, Library (Lib) files: py3k_bug1.txt severity: urgent status: open title: itertools missing, causes interactive help to break type: behavior versions: Python 3.0 __ Tracker [EMAIL PROTECTED] http