Staging
v0.8.1
https://github.com/python/cpython
Revision 84f7382215b9e024a5590454726b6ae4b0ca70a0 authored by Victor Stinner on 27 October 2020, 03:36:22 UTC, committed by GitHub on 27 October 2020, 03:36:22 UTC
Removed the unicodedata.ucnhash_CAPI attribute which was an internal
PyCapsule object. The related private _PyUnicode_Name_CAPI structure
was moved to the internal C API.

Rename unicodedata.ucnhash_CAPI as unicodedata._ucnhash_CAPI.
1 parent c9bc290
History
Tip revision: 84f7382215b9e024a5590454726b6ae4b0ca70a0 authored by Victor Stinner on 27 October 2020, 03:36:22 UTC
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Tip revision: 84f7382

README

back to top