[Python-checkins] r73210 - in python/branches/py3k/Lib/email: base64mime.py quoprimime.py

georg.brandl python-checkins at python.org
Thu Jun 4 11:37:16 CEST 2009


Author: georg.brandl
Date: Thu Jun  4 11:37:16 2009
New Revision: 73210

Log:
Remove nonexisting stuff from __all__.

Modified:
   python/branches/py3k/Lib/email/base64mime.py
   python/branches/py3k/Lib/email/quoprimime.py

Modified: python/branches/py3k/Lib/email/base64mime.py
==============================================================================
--- python/branches/py3k/Lib/email/base64mime.py	(original)
+++ python/branches/py3k/Lib/email/base64mime.py	Thu Jun  4 11:37:16 2009
@@ -29,8 +29,6 @@
     'body_encode',
     'decode',
     'decodestring',
-    'encode',
-    'encodestring',
     'header_encode',
     'header_length',
     ]

Modified: python/branches/py3k/Lib/email/quoprimime.py
==============================================================================
--- python/branches/py3k/Lib/email/quoprimime.py	(original)
+++ python/branches/py3k/Lib/email/quoprimime.py	Thu Jun  4 11:37:16 2009
@@ -32,8 +32,6 @@
     'body_length',
     'decode',
     'decodestring',
-    'encode',
-    'encodestring',
     'header_decode',
     'header_encode',
     'header_length',


More information about the Python-checkins mailing list