We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06f1fc commit c93e431Copy full SHA for c93e431
git/compat.py
@@ -3,7 +3,12 @@
3
# This module is part of GitPython and is released under the
4
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
5
6
-"""Utilities to help provide compatibility with Python 3."""
+"""Utilities to help provide compatibility with Python 3.
7
+
8
+This module exists for historical reasons. Code outside GitPython may make use of public
9
+members of this module, but is unlikely to benefit from doing so. GitPython continues to
10
+use some of these utilities, in some cases for compatibility across different platforms.
11
+"""
12
13
import locale
14
import os
0 commit comments