[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

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* the case that

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.5. AFAICT, it

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 is

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 any update of