diff options
Diffstat (limited to 'numpy/compat/__init__.py')
-rw-r--r-- | numpy/compat/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/compat/__init__.py b/numpy/compat/__init__.py index 0b69dcf5f..2e37a4350 100644 --- a/numpy/compat/__init__.py +++ b/numpy/compat/__init__.py @@ -1,3 +1,10 @@ +"""Compatibility module. + +This module contains duplicated code from python itself or 3rd party +extensions, which may be included for the following reasons: + - compatibility + - we may only need a small subset of the copied library/module +""" import _inspect from _inspect import getargspec, formatargspec |