[Python-checkins] cpython (3.2): Remove obsolete py3k comment.

florent.xicluna python-checkins at python.org
Fri Dec 9 23:42:44 CET 2011


http://hg.python.org/cpython/rev/ee0c9ca09c84
changeset:   73912:ee0c9ca09c84
branch:      3.2
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Fri Dec 09 23:41:21 2011 +0100
summary:
  Remove obsolete py3k comment.

files:
  Python/_warnings.c |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Python/_warnings.c b/Python/_warnings.c
--- a/Python/_warnings.c
+++ b/Python/_warnings.c
@@ -888,7 +888,6 @@
 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;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list