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
@dvzrv I found that .py files are python2 code(Because the print function doesn't have parentheses. ) and have never been built. It doesn't seem to be causing any damage. Right?
Hi! 👋
I'm currently looking into projects that still make use of the
imp
module, as we are about to upgrade to Python 3.12 on Arch Linux.Unfortunately this project still uses
imp
, which is removed with Python 3.12:https://github.com/search?q=repo%3Adpiparo%2Fvdt%20%22import%20imp%22&type=code
It would be great to replace its use with importlib, as otherwise this project will not work on Python 3.12.
Thank you for your work 🙇
The text was updated successfully, but these errors were encountered: