mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-93654: Add module docstring to pathlib (GH-94611)
Issue: gh-93654
This commit is contained in:
parent
b6558d768f
commit
afd6a37ad1
1 changed files with 7 additions and 0 deletions
|
@ -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 fnmatch
|
||||||
import functools
|
import functools
|
||||||
import io
|
import io
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue