Re: [Python-Dev] Deprecated xmllib module

2004-12-06 Thread Eirik Mikkelsen
On Sun, 2004-12-05 at 18:54 +0100, "Martin v. Löwis" wrote: > I think it would be better to *remove* the xmllib documentation. > Existing code which needs the module will continue to work even > without documentation, and new code is unlikely to be written for > a module that has no documentation,

Re: [Python-Dev] Problems compiling Python 2.3.3 on Solaris 10 with gcc 3.4.1

2004-12-16 Thread Eirik Mikkelsen
ry minus Solaris 10 doesn't correctly define HUGE_VAL (I think it's called HUGE in their header files) - so you may want to change the #define in Include/pyport.h from #define Py_HUGE_VAL HUGE_VAL to #define Py_HUGE_VAL HUGE -- Eirik Mikkelsen <[EMAIL PROTECTED]> _

Re: [Python-Dev] re: 2.4 news reaches interesting places

2004-12-17 Thread Eirik Mikkelsen
y lower than programmer cost - I am convinced that in most cases the total expence is lower for a Python solution compared to an equal performing C, C++, C# or Java solution. -- Eirik Mikkelsen <[EMAIL PROTECTED]> ___ Python-Dev mailing