diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-12-09 22:41:21 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-12-09 22:41:21 (GMT) |
commit | 5126df602cd4911c3578173b2c2686ddfaa59478 (patch) | |
tree | 8ab0f6785b1eb3fdc1c554a2127c4d899c79203c | |
parent | 0e686cbb7d3dcc216a051f3e4cc807983ead44f4 (diff) | |
download | cpython-5126df602cd4911c3578173b2c2686ddfaa59478.zip cpython-5126df602cd4911c3578173b2c2686ddfaa59478.tar.gz cpython-5126df602cd4911c3578173b2c2686ddfaa59478.tar.bz2 |
Remove obsolete py3k comment.
-rw-r--r-- | Python/_warnings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/_warnings.c b/Python/_warnings.c index 615a2d3..c12db44 100644 --- a/Python/_warnings.c +++ b/Python/_warnings.c @@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action) static PyObject * init_filters(void) { - /* Don't silence DeprecationWarning if -3 was used. */ PyObject *filters = PyList_New(5); unsigned int pos = 0; /* Post-incremented in each use. */ unsigned int x; |