We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631a948 commit ee09a67Copy full SHA for ee09a67
stubs/docutils/@tests/stubtest_allowlist.txt
@@ -15,10 +15,10 @@ docutils.parsers.rst.Directive.__getattr__
15
docutils.transforms.Transform.__getattr__
16
docutils.transforms.Transformer.__getattr__
17
docutils.utils.Reporter.__getattr__
18
+docutils.parsers.recommonmark_wrapper
19
20
# the constructor appears to be mostly internal API, public API users are meant to use docutils.utils.new_reporter instead
21
docutils.utils.Reporter.__init__
22
23
# these methods take a rawsource parameter that has been deprecated and is completely ignored, so we omit it from the stub
24
docutils.nodes.Text.__new__
-docutils.nodes.Text.__init__
stubs/docutils/METADATA.toml
@@ -1 +1 @@
1
-version = "0.18.*"
+version = "0.19.*"
0 commit comments