From: Günter M. <mi...@us...> - 2023-05-10 10:31:53
|
- **status**: open-fixed --> closed-fixed - **Comment**: Fixed in [Docutils 0.20](https://pypi.org/project/docutils/0.20) Thank you for reporting. --- **[bugs:#463] Bug in nodes.py warnings** **Status:** closed-fixed **Created:** Thu Dec 08, 2022 01:41 PM UTC by Julianus Pfeuffer **Last Updated:** Mon Dec 19, 2022 12:27 PM UTC **Owner:** nobody Hi! I think https://sourceforge.net/p/docutils/code/8949/ introduced a bug in https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/docutils/nodes.py#l1071 Not sure if you can split the string with a comma there. It breaks a lot of code. The error is: ~~~ Exception occurred: File "/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/docutils/nodes.py", line 1069, in set_class warnings.warn('docutils.nodes.Element.set_class() is deprecated; ' TypeError: argument for warn() given by name ('stacklevel') and position (3) ~~~ --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |