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
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
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
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
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
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])
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
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
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
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
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
"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;
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
13 matches
Mail list logo