Re: [Python-Dev] PEP 355 status

2006-10-26 Thread James Y Knight
On Oct 25, 2006, at 10:48 PM, Talin wrote: That's true of textual paths in general - i.e. even on unix, textual paths aren't guaranteed to be unique or exist. Its been a while since I used classic MacOS - how do you handle things like configuration files with path names in them? You aren't

Re: [Python-Dev] PEP 355 status

2006-10-26 Thread Greg Ewing
Talin wrote: That's true of textual paths in general - i.e. even on unix, textual paths aren't guaranteed to be unique or exist. What I mean is that it's possible for two different files to have the same pathname (since you can mount two volumes with identical names at the same time, or for a

Re: [Python-Dev] PEP 355 status

2006-10-26 Thread Talin
Greg Ewing wrote: Talin wrote: That's true of textual paths in general - i.e. even on unix, textual paths aren't guaranteed to be unique or exist. What I mean is that it's possible for two different files to have the same pathname (since you can mount two volumes with identical names at

Re: [Python-Dev] PEP 355 status

2006-10-26 Thread Greg Ewing
Talin wrote: It seems that any Python program that manipulated paths would have to be radically different in the environment that you describe. I can sympathise with that. The problem is really inherent in the nature of the platforms -- it's just not possible to do everything in a native

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-26 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 434 open ( +3) / 3430 closed ( +5) / 3864 total ( +8) Bugs: 929 open (+13) / 6285 closed (+12) / 7214 total (+25) RFE : 245 open ( +1) / 240 closed ( +0) / 485 total ( +1) New / Reopened Patches __ various