[issue9749] tuple-to-list conversion

2010-09-03 Thread Pyry Säilä
Pyry Säilä added the comment: Ah, I see. What a stupid error. My apologies. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue9749] tuple-to-list conversion

2010-09-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Sorry, this isn't a bug. I think you've rediscovered a property of mutable objects. See http://docs.python.org/tutorial/controlflow.html#default-argument-values for an example. -- nosy: +rhettinger resolution: -> invalid status: open -> closed

[issue9749] tuple-to-list conversion

2010-09-02 Thread Pyry Säilä
Changes by Pyry Säilä : -- components: -None ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue9749] tuple-to-list conversion

2010-09-02 Thread Pyry Säilä
New submission from Pyry Säilä : As I am new to Python and programming as a whole, I do not have extensive knowledge of how to correctly report a bug. And as such I must apologize for the inconvenience. My lack of knowledge makes this only an assumption, but... --- >>>l [(1, 4, 7), (2, 5, 8)