Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on Python 2.5+ context managers #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Apr 25, 2024

In Python 2.5 context managers were added, which can help ensure open files are closed. EL 5 shipped with Python 2.4, but EL6 has Python 2.6 meaning we can now rely on this shiny new feature.

In Python 2.5 context managers were added, which can help ensure open
files are closed. EL 5 shipped with Python 2.4, but EL6 has Python 2.6
meaning we can now rely on this shiny new feature.
@ekohl
Copy link
Member Author

ekohl commented Apr 28, 2024

I think it's pulling in pulp 2 in the containers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant