blob: a52107103c4576b07f5364c4d1a4c59b96c884f4 (
plain)
1
2
3
|
Removed ``_legacy`` and the names it provided from ``importlib.resources``:
``Resource``, ``contents``, ``is_resource``, ``open_binary``, ``open_text``,
``path``, ``read_binary``, and ``read_text``.
|