From: Günter M. <mi...@us...> - 2022-01-06 13:52:02
|
On 2022-01-05, Adam Turner via Docutils-develop wrote in gmane.text.docutils.devel: > The first commit removes textual references, the remaining do some > clean-up in `nodes` and `error_reporting` -- I don't know if these are > helpful. I think at least the first commit should be applied, though. I prepared a commit based on patch 1 with some differences: * Don't touch nodes.py (do all changes in this file in one commit). * Don't touch error_reporting.py (my plan is to first remove all uses in Docutils and then deprecate the module with a DeprecationWarning so no update needed inside). * Don't touch punctuation_chars.py (it's a generated file!). * Some additional formatting. Do you want to have a look or may I just push? > https://github.com/AA-Turner/docutils/pull/4 > https://github.com/AA-Turner/docutils/pull/4.patch (If Github would provide a "commitdiff" link similar to https://repo.or.cz/w/docutils.git, you could just link to the commit or tree with the patches without need for a pull request :) Thank you for your work. --- ** [patches:#188] Remove lingering references to Python 2** **Status:** open **Group:** None **Created:** Wed Jan 05, 2022 08:30 PM UTC by Adam Turner **Last Updated:** Wed Jan 05, 2022 08:30 PM UTC **Owner:** nobody @milde The first commit removes textual references, the remaining do some clean-up in `nodes` and `error_reporting` -- I don't know if these are helpful. I think at least the first commit should be applied, though. https://github.com/AA-Turner/docutils/pull/4 // https://github.com/AA-Turner/docutils/pull/4.patch --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |