Commit 720682ef authored by Florent Xicluna's avatar Florent Xicluna

Merge 3.2

parents a9e9abb8 5126df60
...@@ -2619,7 +2619,7 @@ PyDoc_STRVAR(arraytype_doc, ...@@ -2619,7 +2619,7 @@ PyDoc_STRVAR(arraytype_doc,
\n\ \n\
Return a new array whose items are restricted by typecode, and\n\ Return a new array whose items are restricted by typecode, and\n\
initialized from the optional initializer value, which must be a list,\n\ initialized from the optional initializer value, which must be a list,\n\
string. or iterable over elements of the appropriate type.\n\ string or iterable over elements of the appropriate type.\n\
\n\ \n\
Arrays represent basic values and behave very much like lists, except\n\ Arrays represent basic values and behave very much like lists, except\n\
the type of objects stored in them is constrained.\n\ the type of objects stored in them is constrained.\n\
......
...@@ -895,7 +895,6 @@ create_filter(PyObject *category, const char *action) ...@@ -895,7 +895,6 @@ create_filter(PyObject *category, const char *action)
static PyObject * static PyObject *
init_filters(void) init_filters(void)
{ {
/* Don't silence DeprecationWarning if -3 was used. */
PyObject *filters = PyList_New(5); PyObject *filters = PyList_New(5);
unsigned int pos = 0; /* Post-incremented in each use. */ unsigned int pos = 0; /* Post-incremented in each use. */
unsigned int x; unsigned int x;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment