diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-02-16 16:20:10 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-02-16 16:20:10 +0000 |
commit | 821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17 (patch) | |
tree | 90947a9a2802b4aeb80786890e94b8d18eb270af /Lib/pkgutil.py | |
parent | b7851694e0bcfad81844021da0dead4d0948c651 (diff) | |
download | cpython-git-821d0f8b1f7666d1bc85ffdc8ca9cd4a64eaec17.tar.gz |
no 2.3 compat in the py3k lib #3676
Diffstat (limited to 'Lib/pkgutil.py')
-rw-r--r-- | Lib/pkgutil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/pkgutil.py b/Lib/pkgutil.py index ff3467ab7c..27dd887d86 100644 --- a/Lib/pkgutil.py +++ b/Lib/pkgutil.py @@ -1,8 +1,5 @@ """Utilities to support packages.""" -# NOTE: This module must remain compatible with Python 2.3, as it is shared -# by setuptools for distribution with Python 2.3 and up. - import os import sys import imp |