Re: [Python-Dev] I was just thinking that os.path could use some love...

2013-01-31 Thread Antoine Pitrou
Le Wed, 30 Jan 2013 13:26:08 -0800, Guido van Rossum a écrit : > Thoughts on os.path? What happened to the idea of a new path object? I plan to launch another round of discussions following the changes in PEP 428. Regards Antoine. > > --Guido > > > -- Forwarded message -- >

Re: [Python-Dev] I was just thinking that os.path could use some love...

2013-01-30 Thread Glyph
On Jan 30, 2013, at 2:01 PM, Cameron Simpson wrote: > Speaking for myself, I've been having some usefulness with making "URL" > objects that are subclasses of str. That lets me pass them to all the > things that already expect strs, while still having convenience methods. str subclasses are prob