Re: [Python-Dev] [ 1669539 ] Change (fix!) os.path.isabs() semantics on Win32

2007-03-07 Thread Jon Foster
Hi, Jason Orendorff wrote: > While we're at it, patch 1669539 makes a similar incompatible change > to ntpath.isabs(). > > The patch is incomplete (no docs) After reading your mail, I've just posted a new version of the patch which adds documentation. > but ripe for a note of encouragement (o

[Python-Dev] [ 1669539 ] Change (fix!) os.path.isabs() semantics on Win32

2007-03-07 Thread Jason Orendorff
On 3/7/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Terry Jones schrieb: > > I do think the behavior can be improved, and that it should be fixed, but > > at a place where other incompatible changes will also be being made, > > Indeed, 2.6 is such a place. Any feature release can contain > in