Conversation
| except OSError: | ||
| # Not sure this is still necessary | ||
| with open(normalized_path, "r") as f: | ||
| return ET.parse(f).getroot() |
There was a problem hiding this comment.
There was a problem hiding this comment.
Me neither! The source code does open with "rb" which is a difference across platforms but that shouldn't matter for XML...
There was a problem hiding this comment.
I recommend removing it unless @sanbrock recalls why.
96d7ec8 to
8881640
Compare
PeterC-DLS
left a comment
There was a problem hiding this comment.
LGTM subject to Sandor's response
|
@woutdenolf thanks for this effort. We are currently using functions from these We are eventually planning to move away from this (and then there could be further cleanup done here), but that would not be possible right away. Therefore, I would like to check that these tools still work with your changes from this branch. Could you hold of with merging while I test this? Thanks! |
Closes #1623
I checked that this does not introduce regressions
diff -ru --exclude='*.js' build/manual/build/html keep/manual/build/html