Re: [Python-Dev] Adding the 'path' module (was Re: Some RFEforreview)

2005-06-29 Thread Michael Hoffman
On Wed, 29 Jun 2005, Tony Meyer wrote: > Maybe this has already been answered somewhere (although I don't > recall seeing it, and it's not in the sourceforge tracker) but has > anyone asked Jason Orendorff what his opinion about this (including > the module in the stdlib) is? I e-mailed Jason ear

Re: [Python-Dev] Adding the 'path' module (was Re: Some RFE for review)

2005-06-29 Thread Gerrit Holl
Guido van Rossum wrote: > > By the way, it also occurs to me that for the sake of subclassability, the > > methods should not return 'path(somestr)' when creating new objects, but > > instead use self.__class__(somestr). > > Clearly it needs a PEP. I haven't read the rest of the thread Once, ther

[Python-Dev] using pyhon from the MSYS shell

2005-06-29 Thread lode leroy
I was trying to compile a python plugin (for gimp) using the MSYS shell and the MINGW compiler. I now have put this in 'sitecustomize' $ cat /c/Python24/lib/site-packages/sitecustomize.py import sys import os import re if os.environ.get("MSYSTEM") == "MINGW32": os.sep='/' os.paths

[Python-Dev] getch() in msvcrt does not accept extended characters.

2005-06-29 Thread Darryl Dixon
Hi all, Please CC: me on any replies as I am not subscribed to this list. I am the lead maintainer for the ntlmaps project (http://ntlmaps.sourceforge.net). Recently a bugreport logged against ntlmaps has brought an issue to my attention (see: https://sourceforge.net/tracker/index.php?func=d

Re: [Python-Dev] getch() in msvcrt does not accept extended characters.

2005-06-29 Thread Fredrik Lundh
Darryl Dixon wrote: > Microsoft support capturing extended characters via _getch, but it requires > making a > second call to getch() if one of the 'magic' returns is encountered in the > first call (0x00 > or 0xE0). so why not do that in your python code? > The relevant chunk of code in Pytho

Re: [Python-Dev] using pyhon from the MSYS shell

2005-06-29 Thread Aahz
On Tue, Jun 28, 2005, lode leroy wrote: > > I was trying to compile a python plugin (for gimp) using the MSYS > shell and the MINGW compiler. python-dev is the wrong place for this question; please start with comp.lang.python (or find another suitable place). -- Aahz ([EMAIL PROTECTED])

[Python-Dev] New python developer

2005-06-29 Thread Fabien
Hello, I'm using Python for about 2 years, and I would like to go further in python developement. So that's why I've subscribed to python-dev. And since I'm not very good in C, I think I will try to help and to submit patchs in pure python. -- Fabien SCHWOB (and sorry for my english but it's not

Re: [Python-Dev] New python developer

2005-06-29 Thread Facundo Batista
On 6/29/05, Fabien <[EMAIL PROTECTED]> wrote: > I'm using Python for about 2 years, and I would like to go further in > python developement. So that's why I've subscribed to python-dev. And > since I'm not very good in C, I think I will try to help and to submit > patchs in pure python. I'm not g

Re: [Python-Dev] New python developer

2005-06-29 Thread Aahz
On Wed, Jun 29, 2005, Fabien wrote: > > I'm using Python for about 2 years, and I would like to go further in > python developement. So that's why I've subscribed to python-dev. And > since I'm not very good in C, I think I will try to help and to submit > patchs in pure python. > > -- > Fabien

Re: [Python-Dev] Adding the 'path' module (was Re: Some RFEforreview)

2005-06-29 Thread Reinhold Birkenfeld
Michael Hoffman wrote: > On Wed, 29 Jun 2005, Tony Meyer wrote: > >> Maybe this has already been answered somewhere (although I don't >> recall seeing it, and it's not in the sourceforge tracker) but has >> anyone asked Jason Orendorff what his opinion about this (including >> the module in the st

[Python-Dev] floatobject.c 2.136

2005-06-29 Thread Raymond Hettinger
I'm getting a compiler warning from your checkin: C:\py25\Objects\floatobject.c(1430) : warning C4244: 'initializing' : conversion from 'double ' to 'float ', possible loss of data ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] floatobject.c 2.136

2005-06-29 Thread Michael Hudson
"Raymond Hettinger" <[EMAIL PROTECTED]> writes: > I'm getting a compiler warning from your checkin: "your"? Mine? > C:\py25\Objects\floatobject.c(1430) : warning C4244: 'initializing' : > conversion from 'double ' to 'float ', possible loss of data That's this line: float y = x;

[Python-Dev] Weekly Python Patch/Bug Summary

2005-06-29 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 344 open ( +6) / 2875 closed ( +9) / 3219 total (+15) Bugs: 897 open (-17) / 5094 closed (+34) / 5991 total (+17) RFE : 191 open ( +3) / 170 closed ( +0) / 361 total ( +3) New / Reopened Patches __ fileinput