We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6558d7 commit afd6a37Copy full SHA for afd6a37
Lib/pathlib.py
@@ -1,3 +1,10 @@
1
+"""Object-oriented filesystem paths.
2
+
3
+This module provides classes to represent abstract paths and concrete
4
+paths with operations that have semantics appropriate for different
5
+operating systems.
6
+"""
7
8
import fnmatch
9
import functools
10
import io
0 commit comments