diff options
| author | ?ric Araujo <merwok@netwok.org> | 2011-09-19 15:11:51 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2011-09-19 15:11:51 +0200 |
| commit | f421ea16cea2429570f92c326f95bc9feee55e33 (patch) | |
| tree | adf9339922c2edccc5b6137888938660dce850d6 /distutils2/_backport | |
| parent | c343bc85f268c28ee4a0fa8f6018426d4815aca5 (diff) | |
| download | disutils2-f421ea16cea2429570f92c326f95bc9feee55e33.tar.gz | |
A few changes to match packaging
Diffstat (limited to 'distutils2/_backport')
| -rw-r--r-- | distutils2/_backport/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/_backport/__init__.py b/distutils2/_backport/__init__.py index bc0791f..ce6f11b 100644 --- a/distutils2/_backport/__init__.py +++ b/distutils2/_backport/__init__.py @@ -1,4 +1,4 @@ -"""Modules copied from the Python 3.2 standard library. +"""Modules copied from Python 3 standard libraries. Individual classes and objects like the any function are in compat. """ |
