Re: [Python-Dev] clarification on PEP 3124 status

2009-09-12 Thread Martin v. Löwis
> Could somebody please clarify the status of PEP 3124? At > http://ftp.python.org/dev/peps/ , it is listed as "under > consideration", but http://ftp.python.org/dev/peps/pep-3124/ says it > has been deferred. This isn't really contradictory. "under consideration" means "in progress": it has neith

Re: [Python-Dev] clarification on PEP 3124 status

2009-09-12 Thread Darren Dale
On Sat, Sep 12, 2009 at 9:57 AM, Darren Dale wrote: > I would be very interested in seeing a framework for generic functions > in the numpy standard library. Sorry, I meant to say "python standard library" ___ Python-Dev mailing list Python-Dev@python.o

[Python-Dev] clarification on PEP 3124 status

2009-09-12 Thread Darren Dale
Could somebody please clarify the status of PEP 3124? At http://ftp.python.org/dev/peps/ , it is listed as "under consideration", but http://ftp.python.org/dev/peps/pep-3124/ says it has been deferred. I was reading through the discussion on the python-3000 mailing list archive, and at one point s

Re: [Python-Dev] Anyone knows how to compile pywin32 for 64bit operating system

2009-09-12 Thread Tim Golden
Michael Foord wrote: pywin32 has its own mailing list where you are more likely to get an answer to your question: http://mail.python.org/mailman/listinfo/python-win32 And, just for accuracy's sake: that list isn't a list for pywin32 stuff as such -- although it's obviously a good place to

Re: [Python-Dev] Anyone knows how to compile pywin32 for 64bit operating system

2009-09-12 Thread Michael Foord
Jacky Lam wrote: I would like to compile a 64 bit version of pywin. I am currently using MingGW for that, but I fail to do so. Does anyone know how to compile pywin32 for 64bit operating system? In addition, any examples for that? Hello Jacky, This list is for the development of Python and

[Python-Dev] Anyone knows how to compile pywin32 for 64bit operating system

2009-09-12 Thread Jacky Lam
I would like to compile a 64 bit version of pywin. I am currently using MingGW for that, but I fail to do so. Does anyone know how to compile pywin32 for 64bit operating system? In addition, any examples for that? Thanks. Jacky ___ Python-Dev mailing li

Re: [Python-Dev] About Python

2009-09-12 Thread Michael Foord
Kalite LAB. wrote: Dear authorized, I have a question about Python programming language can help you glad you do. User as a decimal point "." Instead of character "," we can use that character? For example, 10.7 instead of 10,7 This mailing list is for the development of Python, not developm

[Python-Dev] About Python

2009-09-12 Thread Kalite LAB.
Dear authorized, I have a question about Python programming language can help you glad you do. User as a decimal point "." Instead of character "," we can use that character? For example, 10.7 instead of 10,7 Thanks in advance ... Best Regards... Feyyaz OZEN ___