Re: [Python-Dev] Unipath package

2007-01-28 Thread glyph
On 28 Jan, 06:30 pm, [EMAIL PROTECTED] wrote: >The discussion has been hampered by the lack of released code. Only >Orendorff's class has been widely used in production systems. The >others have either never been used or only by their authors; they >haven't made it to the Cheeseshop. Unipath is

Re: [Python-Dev] Unipath package

2007-01-28 Thread Mike Orr
Thanks everyone who sent Windows and Mac unittest reports. I've got enough of them now. 95% of the Windows errors are because I forgot to remove symlinks from the control values. The repr() problem is more mysterious: somehow one path is turning into unicode while the other isn't. The chmod erro

Re: [Python-Dev] Unipath package

2007-01-28 Thread Mike Orr
On 1/28/07, Steven Bethard <[EMAIL PROTECTED]> wrote: > On 1/28/07, Michael Foord <[EMAIL PROTECTED]> wrote: > > Mike Orr wrote: > > > I finally finished my path package (Unipath) and put it in the Cheeseshop. > > > http://sluggo.scrapping.cc/python/unipath/ > > > > > Hello Mike, > > > > Looking th

Re: [Python-Dev] Unipath package

2007-01-28 Thread Mike Orr
On 1/28/07, Tobias Ivarsson <[EMAIL PROTECTED]> wrote: > I am a MSc of Computer Engineering student from Sweden. A frequent reader of > python-3000, and an occasional reader of python-dev for about a year now. I > have wanted to get involved in the development of python for a while but > haven't fo

Re: [Python-Dev] Unipath package

2007-01-28 Thread Steven Bethard
On 1/28/07, Michael Foord <[EMAIL PROTECTED]> wrote: > Mike Orr wrote: > > I finally finished my path package (Unipath) and put it in the Cheeseshop. > > http://sluggo.scrapping.cc/python/unipath/ > > > Hello Mike, > > Looking through the docs it looks like a great package. However, didn't > Guido

Re: [Python-Dev] Unipath package

2007-01-28 Thread Michael Foord
Mike Orr wrote: > I finally finished my path package (Unipath) and put it in the Cheeseshop. > http://sluggo.scrapping.cc/python/unipath/ > Hello Mike, Looking through the docs it looks like a great package. However, didn't Guido (on this list anyway) rule that he wouldn't accept a solution w

Re: [Python-Dev] Unipath package

2007-01-28 Thread Tobias Ivarsson
Hi! I am a MSc of Computer Engineering student from Sweden. A frequent reader of python-3000, and an occasional reader of python-dev for about a year now. I have wanted to get involved in the development of python for a while but haven't found the time before. Now, when I'm in the process of tryi