]> granicus.if.org Git - python/commit
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
authorINADA Naoki <methane@users.noreply.github.com>
Sat, 27 Jan 2018 05:06:21 +0000 (14:06 +0900)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2018 05:06:21 +0000 (14:06 +0900)
commita49ac9902903a798fab4970ccf563c531199c3f8
tree56390f8d6849446b23d3d2a152c6197fc724ae70
parent85527cf50a9a4eecaca4022f7c6cb9e0bae1fa5f
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
13 files changed:
Doc/library/stdtypes.rst
Include/bytes_methods.h
Lib/collections/__init__.py
Lib/test/string_tests.py
Lib/test/test_doctest.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2018-01-26-20-11-09.bpo-32677.xTGfCq.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c
Objects/clinic/unicodeobject.c.h
Objects/stringlib/ctype.h
Objects/unicodeobject.c