This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients loewis, pitrou, serhiy.storchaka, vstinner
Date 2014-03-10.10:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394446873.43.0.639971418425.issue20879@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.)
History
Date User Action Args
2014-03-10 10:21:13vstinnersetrecipients: + vstinner, loewis, pitrou, serhiy.storchaka
2014-03-10 10:21:13vstinnersetmessageid: <1394446873.43.0.639971418425.issue20879@psf.upfronthosting.co.za>
2014-03-10 10:21:13vstinnerlinkissue20879 messages
2014-03-10 10:21:13vstinnercreate