]> granicus.if.org Git - python/commitdiff
Remove obsolete py3k comment.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 9 Dec 2011 22:41:21 +0000 (23:41 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 9 Dec 2011 22:41:21 +0000 (23:41 +0100)
Python/_warnings.c

index 615a2d3217a034d1cae8eabd206a8ced02935a74..c12db44d19eb23db28b4481c9f8b86390b2607b4 100644 (file)
@@ -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;