]> granicus.if.org Git - python/commit
Issue #23076: Path.glob() now raises a ValueError if it's called with an
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 30 Jan 2016 15:50:48 +0000 (17:50 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 30 Jan 2016 15:50:48 +0000 (17:50 +0200)
commit4a208e448e80ac1ce2bc805685d68da69dd44841
tree9e8fbf4f7bbc612e8faaf7397b92694ec3172d79
parentef410770a7f7d559ed9a0f36ffc5bae0ebf1ca8d
Issue #23076: Path.glob() now raises a ValueError if it's called with an
invalid pattern.

Patch by Thomas Nyberg.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/ACKS
Misc/NEWS