Skip to content

Commit

Permalink
update for recent deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Aug 14, 2024
1 parent 552aa8d commit 8384ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Here's a compatibility summary of the five approaches demonstrated:
+-------------+-----------------------+------------+---------------+---------------+-------------------+-----------------+
| example3.py | pkg_resources | no | yes | deprecated | yes | yes |
+-------------+-----------------------+------------+---------------+---------------+-------------------+-----------------+
| example4.py | importlib.resources | deprecated | no | yes (3.7+) | yes | yes |
| example4.py | importlib.resources. | deprecated | no | yes (3.7+) | yes | yes |
| | read_binary/read_text | | | | | |
+-------------+-----------------------+------------+---------------+---------------+-------------------+-----------------+
| example5.py | importlib.resources | yes (3.9+) | yes | yes | yes | yes |
| example5.py | importlib.resources. | yes (3.9+) | yes | yes | yes | yes |
| | files | | | | | |
+-------------+-----------------------+------------+---------------+---------------+-------------------+-----------------+

Expand Down

0 comments on commit 8384ded

Please sign in to comment.