Re: [Python-Dev] Status of MS Windows CE port

2008-09-25 Thread Martin v. Löwis
> I used to follow the Python-CE list. I believe that Luke Dunstan (who > has done the most recent work on a port) discussed a previous attempt to > get the patch-set accepted into trunk but it was rejected because it > required too *many* changes. Perhaps. But I also recall committing patches tha

Re: [Python-Dev] Status of MS Windows CE port

2008-09-25 Thread Michael Foord
Martin v. Löwis wrote: - Is anyone already working on this? I know that Brad Clements made an attempt some years ago but didn't get it integrated, are there any others? Maybe even any ongoing work? My understanding is that Python works fairly well on CE as-is, so no significant patches ar

Re: [Python-Dev] Status of MS Windows CE port

2008-09-25 Thread Martin v. Löwis
> 1. TCHAR is always WCHAR Python shouldn't be using TCHAR at all; that getpathp uses it is misguided (IMO). > The first point is interesting to the desktop win32 variants because > everything since NT4 (or even 3.x) also used UCS2 or UTF-16 internally. Only > win9x and ME(?) use 8-bit chars, a

Re: [Python-Dev] Status of MS Windows CE port

2008-09-25 Thread Martin v. Löwis
> - Is anyone already working on this? I know that Brad Clements made an > attempt > some years ago but didn't get it integrated, are there any others? Maybe even > any ongoing work? My understanding is that Python works fairly well on CE as-is, so no significant patches are needed. If that un

Re: [Python-Dev] Update to httplib.py

2008-09-25 Thread Oleg Broytmann
On Thu, Sep 25, 2008 at 09:00:56AM -0700, Bill Janssen wrote: > Eldon Ziegler <[EMAIL PROTECTED]> wrote: > > I updated httplib.py, python 2.4, to be able to bind to a specific IP > > address when connecting to a remote site. > > Would that be something like > > conn = httplib.HTTPConnection('82

Re: [Python-Dev] Update to httplib.py

2008-09-25 Thread Bill Janssen
Eldon Ziegler <[EMAIL PROTECTED]> wrote: > I updated httplib.py, python 2.4, to be able to bind to a specific IP > address when connecting to a remote site. Would that be something like conn = httplib.HTTPConnection('82.94.237.218', 80) Doesn't it already do that? Bill __

Re: [Python-Dev] Status of MS Windows CE port

2008-09-25 Thread Ulrich Eckhardt
On Wednesday 24 September 2008, Neal Norwitz wrote: > In general, we try to ensure that there is an active maintainer, > preferably more than one. As long as it doesn't make the code that > much harder to maintain, it is desirable to support more platforms. Actually, looking at the sources, there

Re: [Python-Dev] Update to httplib.py

2008-09-25 Thread Eric Smith
Eldon Ziegler wrote: I updated httplib.py, python 2.4, to be able to bind to a specific IP address when connecting to a remote site. Would there be any interest in making this available to others? If so, are there instructions on how to post an update? Create an issue at http://bugs.python.org/

[Python-Dev] Update to httplib.py

2008-09-25 Thread Eldon Ziegler
I updated httplib.py, python 2.4, to be able to bind to a specific IP address when connecting to a remote site. Would there be any interest in making this available to others? If so, are there instructions on how to post an update? Eldon Ziegler ___ Py