Skip to content

Commit 720682e

Browse files
committed
Merge 3.2
2 parents a9e9abb + 5126df6 commit 720682e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ PyDoc_STRVAR(arraytype_doc,
26192619
\n\
26202620
Return a new array whose items are restricted by typecode, and\n\
26212621
initialized from the optional initializer value, which must be a list,\n\
2622-
string. or iterable over elements of the appropriate type.\n\
2622+
string or iterable over elements of the appropriate type.\n\
26232623
\n\
26242624
Arrays represent basic values and behave very much like lists, except\n\
26252625
the type of objects stored in them is constrained.\n\

Python/_warnings.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,6 @@ create_filter(PyObject *category, const char *action)
895895
static PyObject *
896896
init_filters(void)
897897
{
898-
/* Don't silence DeprecationWarning if -3 was used. */
899898
PyObject *filters = PyList_New(5);
900899
unsigned int pos = 0; /* Post-incremented in each use. */
901900
unsigned int x;

0 commit comments

Comments
 (0)