diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-12-09 23:41:21 +0100 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-12-09 23:41:21 +0100 |
| commit | 88b12a304360b0b7dbf1e3b24b35956a2e71b5b4 (patch) | |
| tree | cfbecc819529bd96f9d0966a64e9e0b532c8949a /Python/_warnings.c | |
| parent | ecd7bcfff2ec4b536415ba7ad22d0e3e713cefbe (diff) | |
| download | cpython-88b12a304360b0b7dbf1e3b24b35956a2e71b5b4.tar.gz | |
Remove obsolete py3k comment.
Diffstat (limited to 'Python/_warnings.c')
| -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 615a2d3217..c12db44d19 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; |
