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 238
238
"binascii.a2b_hqx" ,
239
239
"binascii.rlecode_hqx" ,
240
240
"binascii.rledecode_hqx" ,
241
- "importlib.resources.contents" ,
242
- "importlib.resources.is_resource" ,
243
- "importlib.resources.open_binary" ,
244
- "importlib.resources.open_text" ,
245
- "importlib.resources.path" ,
246
- "importlib.resources.read_binary" ,
247
- "importlib.resources.read_text" ,
248
241
},
249
242
(3 , 10 , 0 ): {
250
243
"_sqlite3.enable_shared_cache" ,
264
257
"cgi.log" ,
265
258
},
266
259
(3 , 11 , 0 ): {
260
+ "importlib.resources.contents" ,
267
261
"locale.getdefaultlocale" ,
268
262
"locale.resetlocale" ,
269
263
"re.template" ,
You can’t perform that action at this time.
0 commit comments