gh-93654: Add module docstring to pathlib (GH-94611)

Issue: gh-93654
This commit is contained in:
Samuel Sloniker 2022-07-07 12:59:29 -07:00 committed by GitHub
parent b6558d768f
commit afd6a37ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
"""Object-oriented filesystem paths.
This module provides classes to represent abstract paths and concrete
paths with operations that have semantics appropriate for different
operating systems.
"""
import fnmatch
import functools
import io