Remove a tuple unpacking in a parameter list to remove a SyntaxWarning raised
commit8b96abcf3552ff4f3c7e040bc2dc6e147976b790
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 2 Aug 2008 03:15:20 +0000 (2 03:15 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 2 Aug 2008 03:15:20 +0000 (2 03:15 +0000)
tree0e932e6fbaac07c24558e4096e88628c1a1d9c17
parent02c35489efe15b3e7a7700234ba878906d652d2a
Remove a tuple unpacking in a parameter list to remove a SyntaxWarning raised
while running under -3.

git-svn-id: http://svn.python.org/projects/python/trunk@65387 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/tokenize.py