STINNER Victor added the comment:

> I'd personally be in favor of such a change (drop the tables).

I didn't propose to drop the table, but create a table the first time that it 
is needed.

I never used ascii85 nor base85 nor base32 in my applications. Maybe because 
ascii85 and base85 are new in Python 3.4? ;-) Python should not waste memory if 
a function is never called.

I only import base64 module to the base64 codec :) (I don't care if there are 
more functions if they don't waste my memory.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20879>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to