https://github.com/python/cpython
Revision d5cd2effa69551c6bc7edfef8a414d545dea9117 authored by Jason R. Coombs on 24 November 2021, 07:51:37 UTC, committed by GitHub on 24 November 2021, 07:51:37 UTC
* bpo-45514: Apply changes from importlib_resources@a3ef4128c6

* Mark legacy functions as deprecated in the docs and link to the migration docs in importlib_resources docs.

* Apply changes from importlib_resources@329ae9d5f2c.

* Indicate importlib.resources as a module.

Co-authored-by: Filipe LaĆ­ns <lains@riseup.net>
1 parent 3245270
Raw File
Tip revision: d5cd2effa69551c6bc7edfef8a414d545dea9117 authored by Jason R. Coombs on 24 November 2021, 07:51:37 UTC
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
Tip revision: d5cd2ef
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