In Idle, when I use the tuple(sequence) built in function, the "tip" that pops up when I open the bracket is: tuple(sequence) -> list which surprised me, as I expected: tuple(sequence) -> tuple. The function obviously works fine, but I wondered what controls the "tip", and if this is a mistake. Just wondered. Julius