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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top