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

file() was removed in Python 3 in favor of open() #898

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Apr 19, 2024

https://portingguide.readthedocs.io/en/latest/builtins.html#removed-file

https://docs.python.org/3/whatsnew/3.0.html#builtins

Removed the file type. Use open(). There are now several different kinds of streams that open can return in the io module.

@cclauss
Copy link
Contributor Author

cclauss commented Apr 20, 2024

@RossBencina RossBencina merged commit 5a1920d into PortAudio:master Apr 26, 2024
11 checks passed
@RossBencina
Copy link
Collaborator

Thank you!

@cclauss cclauss deleted the patch-1 branch April 26, 2024 23:08
@cclauss cclauss restored the patch-1 branch April 27, 2024 05:40
@cclauss cclauss deleted the patch-1 branch April 27, 2024 05:41
cclauss added a commit to cclauss/portaudio-1 that referenced this pull request May 11, 2024
The CI automation part that was removed from
* PortAudio#899
* PortAudio#898
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants