mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +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 functools
|
||||
import io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue