From a7cef825ddf5e62fb3875c9d8f5e7a5aeedfe7f5 Mon Sep 17 00:00:00 2001 From: barneygale Date: Tue, 16 Jan 2024 22:32:18 +0000 Subject: [PATCH] [3.12] GH-78988: Document `pathlib.Path.glob()` exception propagation. (GH-114036) We propagate the `OSError` from the `is_dir()` call on the top-level directory, and suppress all others.. (cherry picked from commit 7092b3f1319269accf4c02f08256d51f111b9ca3) Co-authored-by: Barney Gale