[XML-SIG] Changes

Greg Stein gstein@lyra.org
Mon, 3 Jul 2000 02:41:53 -0700


+1 on the rename.

On Mon, Jul 03, 2000 at 08:58:14AM +0200, Martin v. Loewis wrote:
> Hi Andrew,
> 
> I just noticed an error in your Python 2 changes list: the PyExpat
> module is really named pyexpat. I don't know whether the name is cast
> in stone already, but I'd really prefer it to be called "expat";
> Python modules don't need to indicate their Python-ness with a py
> prefix. For compatibility, the following pyexpat.py could be provided
> 
> from expat import *
> 
> The only problem with that would be that assigning to
> pyexpat.native_encoding would not have the desired effect (and yes, I
> do want to have __setattr__ for modules :)
> 
> Regards,
> Martin
> 
> _______________________________________________
> XML-SIG maillist  -  XML-SIG@python.org
> http://www.python.org/mailman/listinfo/xml-sig

-- 
Greg Stein, http://www.lyra.org/