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 frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later #95

Open
mtelka opened this issue May 3, 2024 · 1 comment

Comments

@mtelka
Copy link

mtelka commented May 3, 2024

BUG/PROBLEM REPORT / FEATURE REQUEST

Testing shows these warnings:

/usr/lib/python3.9/vendor-packages/ZConfig/tests/test_schema2html.py:106: DeprecationWarning: The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
  settings=docutils.frontend.OptionParser(
/usr/lib/python3.9/optparse.py:1000: DeprecationWarning: The frontend.Option class will be removed in Docutils 0.21 or later.
  option = self.option_class(*args, **kwargs)

What I did:

I ran tests for ZConfig 4.1.

@icemac
Copy link
Member

icemac commented May 6, 2024

Thank you for your report. I put it onto the todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants