summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-05-19-13-33-18.gh-issue-92675.ZeerMZ.rst
blob: 6adc024fc541542493874994b97e2ccf117ef611 (plain)
1
2
Fix :func:`venv.ensure_directories` to accept :class:`pathlib.Path` arguments
in addition to :class:`str` paths. Patch by David Foster.