GHC 2020-05-27

2 comments.

, https://git.io/Jfrt8 in zmwangx/chocolatey-googler
Sorry I never remembered to address this.

I've set an automated GitHub Action to submit new versions in the future (runs daily). https://github.com/zmwangx/chocolatey-googler/runs/712022571

, https://git.io/JfrUX in python/typeshed
xml.etree.ElementTree: add support for os.PathLike for py36+
============================================================

`xml.etree.ElementTree` uses `open` on filenames (e.g. [1]), so `os.PathLike` has been supported as filenames since Python 3.6.

[1] https://github.com/python/cpython/blob/285ff63351bb5a42099527c283f65434e761be83/Lib/xml/etree/ElementTree.py#L584