Python 3.13 中待移除的功能¶
模組 (參見 PEP 594)
aifcaudioopcgicgitbchunkcryptimghdrmailcapmsilibnisnntplibossaudiodevpipessndhdrspwdsunautelnetlibuuxdrlib
其他模組
lib2to3和 2to3 程式 (gh-84540)
API
configparser.LegacyInterpolation(gh-90765)locale.resetlocale()(gh-90817)turtle.RawTurtle.settiltangle()(gh-50096)unittest.findTestCases()(gh-50096)unittest.getTestCaseNames()(gh-50096)unittest.makeSuite()(gh-50096)unittest.TestProgram.usageExit()(gh-67048)webbrowser.MacOSX(gh-86421)classmethod描述符鏈式呼叫 (gh-89519)importlib.resources廢棄的方法contents()is_resource()open_binary()open_text()path()read_binary()read_text()
請改用
importlib.resources.files()。請參閱 importlib-resources: 從舊版本遷移 (gh-106531)