diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-15 22:03:18 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-15 22:03:18 +0000 |
commit | 400aedacc06ac33c2bb488f3f95a90f11e96e168 (patch) | |
tree | 9a33f529ab9565563edad0cbca5da652e0a1f6c5 /Python/symtable.c | |
parent | cd6bfab4101f8923aadfdf392b9d0615a9686064 (diff) | |
download | cpython-git-400aedacc06ac33c2bb488f3f95a90f11e96e168.tar.gz |
Add a warning for code like:
assert (0, 'message')
An empty tuple does not create a warning. While questionable usage:
assert (), 'message'
should not display a warning. Tested manually.
The warning message could be improved. Feel free to update it.
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions