On 1/2/07, Barry Warsaw <[EMAIL PROTECTED]> wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Jan 2, 2007, at 6:47 PM, Brett Cannon wrote:

> Are you at least okay with base64, quopri, and uu going?  You are just
> arguing for the saving of binascii, right?
>
> Does anyone else care to try to save binascii?

base64 and quopri implement specific RFCs so I think they should
stay.  uu implements a defacto standard, but I don't like its
interface (it uses file-like objects instead of strings).  For Py3K,
I would be in favor of consolidating things, making interfaces
consistent, and probably re-homing the modules under a top-level
package.


But isn't that what the codecs module is for?  If cleaning up the API is
going to happen shouldn't be to add whatever encoders/decoders that codecs
is missing to replace these modules?

-Brett
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to