chiark / gitweb /
m.code: stop using stuff removed in docutils 0.21.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 21 Aug 2024 10:10:15 +0000 (12:10 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 21 Aug 2024 11:54:54 +0000 (13:54 +0200)
commitb235b3e675e9f700d0ef942a960ed4b7d0a06729
tree010d384efb6782465fbf27b6daca6efd8b0a601e
parent182939f4d403c42c061b6d37907fab2286b6da24
m.code: stop using stuff removed in docutils 0.21.

The uses were just copypaste from the upstream implementation, and out
of all imports only the error string was used. The documentation
suggests using just str() instead, which is what I do, even though it's
different from what ErrorString actually formatted.
plugins/m/code.py