File tree 1 file changed +18
-14
lines changed
1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -604,20 +604,6 @@ although there is currently no date scheduled for their removal.
604
604
* ``EntryPoints `` tuple interface.
605
605
* Implicit ``None `` on return values.
606
606
607
- * :mod: `importlib.resources ` deprecated methods:
608
-
609
- * ``contents() ``
610
- * ``is_resource() ``
611
- * ``open_binary() ``
612
- * ``open_text() ``
613
- * ``path() ``
614
- * ``read_binary() ``
615
- * ``read_text() ``
616
-
617
- Use ``files() `` instead. Refer to `importlib-resources: Migrating from Legacy
618
- <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy> `_
619
- for migration advice.
620
-
621
607
* :mod: `mailbox `: Use of StringIO input and text mode is deprecated, use
622
608
BytesIO and binary mode instead.
623
609
@@ -830,6 +816,24 @@ configparser
830
816
and with a deprecation warning since Python 3.11.
831
817
(Contributed by Hugo van Kemenade in :gh: `104886 `.)
832
818
819
+ importlib
820
+ ---------
821
+
822
+ * Remove :mod: `importlib.resources ` deprecated methods:
823
+
824
+ * ``contents() ``
825
+ * ``is_resource() ``
826
+ * ``open_binary() ``
827
+ * ``open_text() ``
828
+ * ``path() ``
829
+ * ``read_binary() ``
830
+ * ``read_text() ``
831
+
832
+ Use :func: `importlib.resources.files() ` instead. Refer to `importlib-resources: Migrating from Legacy
833
+ <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy> `_
834
+ for migration advice.
835
+ (Contributed by Jason R. Coombs in :gh: `106532 `.)
836
+
833
837
locale
834
838
------
835
839
You can’t perform that action at this time.
0 commit comments