This is false both in Python2 and Python3.
What is exactly false on what I said?
a, *bc = ('tuple', 'of', 'three')
Yes, that's the syntax for assignment of the remainder, I was speaking about *ignoring* the remainder without having it assigned to the last element which was one of the proposed effects in the message before mine's.