|
54 | 54 | "bool": ((None, "x"),),
|
55 | 55 | "float": ((None, "x"),),
|
56 | 56 | },
|
| 57 | + (3, 5, 0): { |
| 58 | + "importlib._bootstrap_external.cache_from_source": ((1, "debug_override"),), |
| 59 | + }, |
57 | 60 | (3, 8, 0): {
|
58 | 61 | "asyncio.tasks.sleep": ((None, "loop"),),
|
59 | 62 | "asyncio.tasks.gather": ((None, "loop"),),
|
|
90 | 93 | "email.utils.localtime": ((1, "isdst"),),
|
91 | 94 | "shutil.rmtree": ((2, "onerror"),),
|
92 | 95 | },
|
| 96 | + (3, 13, 0): { |
| 97 | + "dis.get_instructions": ((2, "show_caches"),), |
| 98 | + }, |
93 | 99 | }
|
94 | 100 |
|
95 | 101 | DEPRECATED_DECORATORS: DeprecationDict = {
|
|
100 | 106 | "abc.abstractproperty",
|
101 | 107 | },
|
102 | 108 | (3, 4, 0): {"importlib.util.module_for_loader"},
|
| 109 | + (3, 13, 0): {"typing.no_type_check_decorator"}, |
103 | 110 | }
|
104 | 111 |
|
105 | 112 |
|
|
269 | 276 | "unittest.TestProgram.usageExit",
|
270 | 277 | },
|
271 | 278 | (3, 12, 0): {
|
| 279 | + "asyncio.get_child_watcher", |
| 280 | + "asyncio.set_child_watcher", |
| 281 | + "asyncio.AbstractEventLoopPolicy.get_child_watcher", |
| 282 | + "asyncio.AbstractEventLoopPolicy.set_child_watcher", |
272 | 283 | "builtins.bool.__invert__",
|
273 | 284 | "datetime.datetime.utcfromtimestamp",
|
274 | 285 | "datetime.datetime.utcnow",
|
|
278 | 289 | "pty.slave_open",
|
279 | 290 | "xml.etree.ElementTree.Element.__bool__",
|
280 | 291 | },
|
| 292 | + (3, 13, 0): { |
| 293 | + "ctypes.SetPointerType", |
| 294 | + "pathlib.PurePath.is_reserved", |
| 295 | + "platform.java_ver", |
| 296 | + "pydoc.is_package", |
| 297 | + "sys._enablelegacywindowsfsencoding", |
| 298 | + "wave.Wave_read.getmark", |
| 299 | + "wave.Wave_read.getmarkers", |
| 300 | + "wave.Wave_read.setmark", |
| 301 | + "wave.Wave_write.getmark", |
| 302 | + "wave.Wave_write.getmarkers", |
| 303 | + "wave.Wave_write.setmark", |
| 304 | + }, |
281 | 305 | },
|
282 | 306 | }
|
283 | 307 |
|
|
334 | 358 | "typing": {
|
335 | 359 | "Text",
|
336 | 360 | },
|
| 361 | + "urllib.parse": { |
| 362 | + "Quoter", |
| 363 | + }, |
337 | 364 | "webbrowser": {
|
338 | 365 | "MacOSX",
|
339 | 366 | },
|
|
366 | 393 | "Sized",
|
367 | 394 | },
|
368 | 395 | },
|
| 396 | + (3, 13, 0): { |
| 397 | + "glob": { |
| 398 | + "glob.glob0", |
| 399 | + "glob.glob1", |
| 400 | + }, |
| 401 | + "http.server": { |
| 402 | + "CGIHTTPRequestHandler", |
| 403 | + }, |
| 404 | + }, |
369 | 405 | }
|
370 | 406 |
|
371 | 407 |
|
|
376 | 412 | (3, 12, 0): {
|
377 | 413 | "calendar.January",
|
378 | 414 | "calendar.February",
|
| 415 | + "sqlite3.version", |
| 416 | + "sqlite3.version_info", |
379 | 417 | "sys.last_traceback",
|
380 | 418 | "sys.last_type",
|
381 | 419 | "sys.last_value",
|
382 | 420 | },
|
| 421 | + (3, 13, 0): { |
| 422 | + "dis.HAVE_ARGUMENT", |
| 423 | + "tarfile.TarFile.tarfile", |
| 424 | + "traceback.TracebackException.exc_type", |
| 425 | + "typing.AnyStr", |
| 426 | + }, |
383 | 427 | }
|
384 | 428 |
|
385 | 429 |
|
|
0 commit comments