From: Günter M. <mi...@us...> - 2022-01-26 22:35:42
|
Thank you for the patch set. I spent the day reviewing and implementing. Not changed: * some set/dict literals where the "tratidional" form seems more clear, * error catching: here we should check for the most appropriate (sub)class to use, * deprecated and generated modules, * assignments before return, when they improve code readability. * the recommonmark test (works here as-is, fails with proposed changes) What recommonmark version do you use for the test? Which OS? --- ** [patches:#192] Codebase modernisation** **Status:** open **Group:** None **Created:** Wed Jan 26, 2022 12:37 AM UTC by Adam Turner **Last Updated:** Wed Jan 26, 2022 12:37 AM UTC **Owner:** nobody This follows on from the Python 2.x cleanup work. The total diff looks quite large, but the marjority of these are mechanical search / replace changes -- viewing by commit or in groups of commits may be best. https://github.com/AA-Turner/docutils/pull/12 // https://github.com/AA-Turner/docutils/pull/12.patch I kept things seperate so that it would be easier to extract and rebase changes that you don't want to merge (hopefully there aren't any of these!). A --- 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. |