From: Günter M. <mi...@us...> - 2022-01-15 18:23:41
|
On 2022-01-15, Adam Turner wrote: > There are a few references in `sandbox/infrastructure` -- I don't know > which of these files are used. The sandbox is a place for 3rd-party content under responsibility of the respective authors. > The only other places I'd look is where `Py3k` is referenced -- e.g. > `test_io`, `parsers.rst.directives.(tables|misc)`. This is more just to > check the text is still accurate & relevant. The "io" module may eventually go the way of error_messages, as its main task (de/encoding from Unicode to the specified encodings) is now provided "transparently" by the standard lib. But we have to think about additional capabilities (like encoding guessing) and backwards compatibility, so this is a complex tast that merits its own ticket and time-frame. I did find one minor issue: the messages for failed tests contain `b'...'`, a sign that somewhere in our test framework bytes are used instead of strings. (I suppose because the "diff" module did not work with Unicode.) Thanks. --- ** [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:** Sat Jan 15, 2022 03:58 AM 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. |