summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tokenize.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-06-21 16:57:57 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-06-21 16:57:57 (GMT)
commit70a77ac23f4a3a72ca5722d1c7f85bfd852963fa (patch)
tree87abf01a3a7d8eb4dea61a4d8de7db3b804a2284 /Lib/test/test_tokenize.py
parent115ecb9211ec083494d90c88dcbca2da558d1994 (diff)
downloadcpython-70a77ac23f4a3a72ca5722d1c7f85bfd852963fa.zip
cpython-70a77ac23f4a3a72ca5722d1c7f85bfd852963fa.tar.gz
cpython-70a77ac23f4a3a72ca5722d1c7f85bfd852963fa.tar.bz2
At the C level, tuple arguments are passed in directly to the exception
constructor, meaning it is treated as *args, not as a single argument. This means using the 'message' attribute won't work (until Py3K comes around), and so one must grab from 'arg' to get the error number.
Diffstat (limited to 'Lib/test/test_tokenize.py')
0 files changed, 0 insertions, 0 deletions