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

Resource warnings under Python 3.2 #182

Closed
sqlalchemy-bot opened this issue Feb 20, 2012 · 2 comments
Closed

Resource warnings under Python 3.2 #182

sqlalchemy-bot opened this issue Feb 20, 2012 · 2 comments
Labels
bug Something isn't working low priority runtime

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

The current HEAD issues some resource warnings under Python 3.2 due to use of the open(f, 'rb').read() idiom. The attached patch silences those warnings.


Attachments: resourceclose.diff | resourceclose2.diff

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

thanks! 2f022a2

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority runtime
Projects
None yet
Development

No branches or pull requests

1 participant