Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
importlib_resources
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
48
Star
73
Code
Issues
5
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Replace legacy API implementation with files()
- #221
#221
Merged
jaraco
merged 11 commits into
python:main
python/importlib_resources:main
from
FFY00:use-files-in-leacy-api
FFY00/importlib_resources:use-files-in-leacy-api
Copy head branch name to clipboard
Jun 28, 2021
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Replace legacy API implementation with files()
#221
jaraco
merged 11 commits into
python:main
python/importlib_resources:main
from
FFY00:use-files-in-leacy-api
FFY00/importlib_resources:use-files-in-leacy-api
Copy head branch name to clipboard
Commits
Commits on May 29, 2021
use files() API in contents()
Show description for bd4d6ff
FFY00
committed
bd4d6ff
View commit details
Copy full SHA for bd4d6ff
Browse repository at this point
_adapters: replace DegenerateFiles with CompatibilityFiles
Show description for 4ff68cf
FFY00
committed
4ff68cf
View commit details
Copy full SHA for 4ff68cf
Browse repository at this point
use files() api in open_* and read_*
Show description for 53fc1c6
FFY00
committed
53fc1c6
View commit details
Copy full SHA for 53fc1c6
Browse repository at this point
use files() api in is_resource()
Show description for 30cf1a9
FFY00
committed
30cf1a9
View commit details
Copy full SHA for 30cf1a9
Browse repository at this point
compat: fix selecting the correct reader if the spec is None
Show description for b1c38ab
FFY00
committed
b1c38ab
View commit details
Copy full SHA for b1c38ab
Browse repository at this point
use files() api in path()
Show description for 62e905c
FFY00
committed
62e905c
View commit details
Copy full SHA for 62e905c
Browse repository at this point
remove _py3 implementation
Show description for c2d85c9
FFY00
committed
c2d85c9
View commit details
Copy full SHA for c2d85c9
Browse repository at this point
common: ignore PermissionError in _tempfile
Show description for 5e8c1d2
FFY00
committed
5e8c1d2
View commit details
Copy full SHA for 5e8c1d2
Browse repository at this point
tests: add tests for CompatibiltyFiles
Show description for 97083d2
FFY00
committed
97083d2
View commit details
Copy full SHA for 97083d2
Browse repository at this point
tests: add test for CompatibilityFiles wrap_spec
Show description for ef2f7c2
FFY00
committed
ef2f7c2
View commit details
Copy full SHA for ef2f7c2
Browse repository at this point
Commits on Jun 26, 2021
legacy: move legacy API to separate module
Show description for e016e66
FFY00
committed
e016e66
View commit details
Copy full SHA for e016e66
Browse repository at this point
You can’t perform that action at this time.