diff options
author | Jörg Stucke <joerg.stucke@fkie.fraunhofer.de> | 2019-05-21 17:44:40 (GMT) |
---|---|---|
committer | Antoine Pitrou <antoine@python.org> | 2019-05-21 17:44:40 (GMT) |
commit | d5c120f7eb6f2a9cdab282a5d588afed307a23df (patch) | |
tree | 60b1882411bd299e6d2332185a099ba3ee3af56a /Misc | |
parent | ccb7ca728e09b307f9e9fd36ec40353137e68a3b (diff) | |
download | cpython-d5c120f7eb6f2a9cdab282a5d588afed307a23df.zip cpython-d5c120f7eb6f2a9cdab282a5d588afed307a23df.tar.gz cpython-d5c120f7eb6f2a9cdab282a5d588afed307a23df.tar.bz2 |
bpo-36035: fix Path.rglob for broken links (GH-11988)
Links creating an infinite symlink loop would raise an exception.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-02-22-14-30-19.bpo-36035.-6dy1y.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-02-22-14-30-19.bpo-36035.-6dy1y.rst b/Misc/NEWS.d/next/Core and Builtins/2019-02-22-14-30-19.bpo-36035.-6dy1y.rst new file mode 100644 index 0000000..1e4f7ac --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-02-22-14-30-19.bpo-36035.-6dy1y.rst @@ -0,0 +1 @@ +Added fix for broken symlinks in combination with pathlib
\ No newline at end of file |