[Python-Dev] Summary of Tracker Issues

2007-10-30 Thread Tracker
ACTIVITY SUMMARY (10/23/07 - 10/30/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1321 open (+28) / 11524 closed (+19) / 12845 total (+47) Open issues with patches: 420 Average durati

Re: [Python-Dev] Special file "nul" in Windows and os.stat

2007-10-30 Thread Chris Mellon
On Oct 24, 2007 11:05 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > So, the question is what we should do?: > > Before this question can be answered, I think we need to fully > understand what precisely is happening in 2.4, and what precisely > is happening in 2.5. > > AFAICT, it is *not* th

Re: [Python-Dev] Special file "nul" in Windows and os.stat

2007-10-30 Thread Thomas Heller
Chris Mellon schrieb: > On Oct 24, 2007 11:05 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> > So, the question is what we should do?: >> >> Before this question can be answered, I think we need to fully >> understand what precisely is happening in 2.4, and what precisely >> is happening in 2.

Re: [Python-Dev] Special file "nul" in Windows and os.stat

2007-10-30 Thread Martin v. Löwis
>> My question now is what specific kernel32 functions Python 2.4 >> calls to determine that NUL is a file; before that question >> is sufficiently answered, I don't think any action should be >> taken. >> > > os.path.exist() in win32 just calls os.stat() and decides it doesn't > exist if an error

Re: [Python-Dev] 2.5.2 is coming

2007-10-30 Thread Neal Norwitz
On Oct 24, 2007 7:22 AM, Facundo Batista <[EMAIL PROTECTED]> wrote: > 2007/10/12, Neal Norwitz <[EMAIL PROTECTED]>: > > > The plan is cut the release candidate around Tuesday/Wednesday next > > week (Oct 16/17). If all goes well, 2.5.2 final will follow a week > > later. > > Hi Neal! Do you have a

[Python-Dev] Windows amd64 warnings

2007-10-30 Thread Neal Norwitz
There are many warnings from the trunk (and 2.5) builds on Win64. I suspect quite a few of these are real problems. Win64 is the most unusual platform wrt 64-bits due to long being 32-bit. If we need 64-bits, we need to use Py_ssize_t. IIRC, we've had some bug reports for Win64. I know I've fi