Tin mới
brettcannon:deprecate-load_module
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Raise ImportWarning when loader.load_module() is used #70319
bpo-26131: deprecate the use of load_module()
Fix a grammatical error in a comment
Merge branch 'master' into deprecate-load_module
Update to print out the loader's name in the ImportWarning
Merge branch 'master' into deprecate-load_module
Deprecate zipimport's load_module() method
Silence ImportWarning in test_venv
Add a news entry for the zipimport deprecation
Add a What's New entry for zipimport deprecation
Tweak the deprecation message for zipimport
Merge branch 'master' into deprecate-load_module
Implement create_module() and exec_module() for _SixMetaPathImporter benjaminp/six#341
bpo-26131: Deprecate usage of load_module() (
zipimporter find_module fullname mis-documented #52647
gh-97850: Update the deprecation warning of importlib.abc.Loader.load_module #129855
Remove deprecated importlib.load_module #133882
Remove private stdlib helpers orphaned by past removals #150882
: Remove unused importlib._bootstrap._object_name
gh-150886: Remove unused importlib._bootstrap._object_name #150884
Remove unused private function importlib._bootstrap._object_name #150886
: Remove unused importlib._bootstrap._object_name