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

the imp module is deprecated #64

Open
jugmac00 opened this issue Apr 22, 2021 · 1 comment
Open

the imp module is deprecated #64

jugmac00 opened this issue Apr 22, 2021 · 1 comment

Comments

@jugmac00
Copy link

When I ran tox for zopefoundation/z3c.evalexception I got the following deprecation warning:

about to run tox for zopefoundation/z3c.evalexception, 158 of 287
/home/jugmac00/All/output_zope/zopefoundation/z3c.evalexception/.tox/4/py36/lib/python3.6/site-packages/paste/urlparser.py:10: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
tox4 run successful for zopefoundation/z3c.evalexception

disclaimer: I neither use z3c.evalexception nor paste, I just ran the upcoming tox4 on all Zope repositories

@cdent
Copy link
Collaborator

cdent commented Apr 22, 2021

Thanks for the report.

Paste is effectively deprecated too, see the README. Basically I'm reviewing and accepting patches that people provide and making new releases when they do, but other than that it is basically on limited life support.

If someone (you?) comes along with a patch to fix deprecation warnings and the like, then I'm happy to integrate it.

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

No branches or pull requests

2 participants