summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-04 09:37:16 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-04 09:37:16 (GMT)
commit3ed0deb9af03c3546ebe583c38ccfd0c5e364196 (patch)
tree51383745efe3ea77a6bdd25a6feaea181e54fd0a
parent1158a33fab14fe0522dd5ebc753c573369652eff (diff)
downloadcpython-3ed0deb9af03c3546ebe583c38ccfd0c5e364196.zip
cpython-3ed0deb9af03c3546ebe583c38ccfd0c5e364196.tar.gz
cpython-3ed0deb9af03c3546ebe583c38ccfd0c5e364196.tar.bz2
Remove nonexisting stuff from __all__.
-rw-r--r--Lib/email/base64mime.py2
-rw-r--r--Lib/email/quoprimime.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py
index 5131f8e..28e2542 100644
--- a/Lib/email/base64mime.py
+++ b/Lib/email/base64mime.py
@@ -29,8 +29,6 @@ __all__ = [
'body_encode',
'decode',
'decodestring',
- 'encode',
- 'encodestring',
'header_encode',
'header_length',
]
diff --git a/Lib/email/quoprimime.py b/Lib/email/quoprimime.py
index ca91631..bf28d39 100644
--- a/Lib/email/quoprimime.py
+++ b/Lib/email/quoprimime.py
@@ -32,8 +32,6 @@ __all__ = [
'body_length',
'decode',
'decodestring',
- 'encode',
- 'encodestring',
'header_decode',
'header_encode',
'header_length',