doctest (and recently manuel) provide hooks for using custom doctest
parsers. `zc.customdoctests` helps to leverage this to support other
languages, such as JavaScript::
js> function double (x) {
... return x*2;
... }
js> double(2)
4
And with `manuel <http://pypi.python.org/pypi/manuel>`_, it
facilitates doctests that mix multiple languages, such as Python,
JavaScript, and sh.
Provides
Requires
License
ZPL-2.1
Changelog
* Fri Mar 28 2025 Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
* Mon Mar 17 2025 Steve Kowalik <steven.kowalik@suse.com>
- Python 3.11 is the first flavor built, fix removal of nspkg.pth.
* Mon Feb