[issue45597] os.path.realpath returns invalid path for junction pointing to letter-less volume

2021-10-24 Thread Basil Peace
New submission from Basil Peace : If a path contains a junction pointing to a dir on a letter-less drive then `os.path.realpath` returns `Volume{}\dir`, without `\\?\` prefix. This path, of course, doesn't work correctly. Actually, it looks relative. Original issue: https://github.com/pypa

[issue18736] Invalid charset in HTML pages inside documentation in CHM format

2013-08-14 Thread Basil Peace
New submission from Basil Peace: HTML pages inside CHM documentation use the following tag to set applied character set: meta http-equiv=Content-Type content=text/html; charset=iso8859_1 / `iso8859_1` is neither valid character set according to IANA registry nor is recognized by most