File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change
1
+ No longer flag undeprecated functions in ``importlib.resources`` as deprecated.
2
+
3
+ Closes #10593
Original file line number Diff line number Diff line change 243
243
"binascii.a2b_hqx" ,
244
244
"binascii.rlecode_hqx" ,
245
245
"binascii.rledecode_hqx" ,
246
- "importlib.resources.contents" ,
247
- "importlib.resources.is_resource" ,
248
- "importlib.resources.open_binary" ,
249
- "importlib.resources.open_text" ,
250
- "importlib.resources.path" ,
251
- "importlib.resources.read_binary" ,
252
- "importlib.resources.read_text" ,
253
246
},
254
247
(3 , 10 , 0 ): {
255
248
"_sqlite3.enable_shared_cache" ,
269
262
"cgi.log" ,
270
263
},
271
264
(3 , 11 , 0 ): {
265
+ "importlib.resources.contents" ,
272
266
"locale.getdefaultlocale" ,
273
267
"locale.resetlocale" ,
274
268
"re.template" ,
You can’t perform that action at this time.
0 commit comments