SIGN IN SIGN UP

bpo-39285: Clarify example for PurePath.match (GH-19458)

Fixes Issue39285

The example incorrectly returned True for match.

Furthermore the example is ambiguous in its usage of PureWindowsPath.
Windows is case-insensitve, however the underlying match functionality
utilizes fnmatch.fnmatchcase.

Automerge-Triggered-By: @pitrou
T
Tim Lo committed
c12375aa0b838d34067efa3f1b9a1fbc632d0413
Parent: 4fe0020
Committed by GitHub <noreply@github.com> on 4/19/2020, 9:43:11 AM