Feature or enhancement
Proposal:
Using _mdiff() method in difflib is useful to crate a custom HTML table different to what make_table() generates.
The _mdiff() method was last changed 9 years ago1. So the method seems to be stable.
Consider promoting this method to the public API.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
Linked PRs
Feature or enhancement
Proposal:
Using
_mdiff()method indifflibis useful to crate a custom HTML table different to whatmake_table()generates.The
_mdiff()method was last changed 9 years ago1. So the method seems to be stable.Consider promoting this method to the public API.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
Linked PRs
Footnotes
https://github.com/python/cpython/blame/main/Lib/difflib.py#L1344 ↩