commit | f19a7b90bd0cbdf40d02f125db3e39f077f3a89f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Apr 27 18:40:21 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Apr 27 18:40:21 2008 +0000 |
tree | c5ec7d4eb8e528e91715cccab39590324ca0327c | |
parent | fe4948bcefe247ca69e3d605eac1d9d4985e4cfd [diff] [blame] |
A little reformating of Py3k warnings
diff --git a/Objects/cellobject.c b/Objects/cellobject.c index e2a8d29..4e0bcf8 100644 --- a/Objects/cellobject.c +++ b/Objects/cellobject.c
@@ -56,7 +56,7 @@ { /* Py3K warning for comparisons */ if (PyErr_WarnPy3k("cell comparisons not supported in 3.x", - 1) < 0) { + 1) < 0) { return -2; }