Merge Python 3.5.0a4 release engineering commits.

This commit is contained in:
Larry Hastings 2015-04-20 01:19:55 -07:00
commit 1acdb95965
12 changed files with 125 additions and 50 deletions

View file

@ -2060,12 +2060,6 @@ PyAPI_FUNC(int) PyUnicode_Contains(
PyObject *element /* Element string */
);
/* Checks whether the string contains any NUL characters. */
#ifndef Py_LIMITED_API
PyAPI_FUNC(int) _PyUnicode_HasNULChars(PyObject *);
#endif
/* Checks whether argument is a valid identifier. */
PyAPI_FUNC(int) PyUnicode_IsIdentifier(PyObject *s);