]> granicus.if.org Git - python/commit
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Dec 2016 22:17:45 +0000 (00:17 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Dec 2016 22:17:45 +0000 (00:17 +0200)
commit9a953dbb34b722dc16e98ef7103eb49b72a04e5e
treeec4dbef68599b6502ca6b425ad036c6d8d02f405
parent19d246745d9d013c12e9560dd020d778381780fb
parent419967b8320be40d7948bde042e92b6e7d1f48a7
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Doc/c-api/unicode.rst
Include/unicodeobject.h
Misc/NEWS
Objects/unicodeobject.c