[issue894936] Have a split corresponding with os.path.join

2014-02-10 Thread R. David Murray
R. David Murray added the comment: I agree that that is a superseder, although it sounds like it may not be needed since pathlib is part of 3.4 (albeit provisional). -- resolution: -> duplicate stage: test needed -> committed/rejected status: languishing -> closed superseder: -> Add o

[issue894936] Have a split corresponding with os.path.join

2014-02-10 Thread Martin Panter
Martin Panter added the comment: I suggest closing this in favour of issue 11344, “Add os.path.splitpath(path) function”, which has a more complete patch ready. -- nosy: +vadmium ___ Python tracker __

[issue894936] Have a split corresponding with os.path.join

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue894936] Have a split corresponding with os.path.join

2010-08-19 Thread R. David Murray
R. David Murray added the comment: It is, however, clearly languishing for want of an implementer... -- status: open -> languishing ___ Python tracker ___ _

[issue894936] Have a split corresponding with os.path.join

2010-08-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: Mark, +1 objection against closing this. -- nosy: +orsenthil status: pending -> open ___ Python tracker ___ _

[issue894936] Have a split corresponding with os.path.join

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: I'll close this in a couple of weeks as won't fix unless anyone objects. -- nosy: +BreamoreBoy status: open -> pending versions: -Python 2.7 ___ Python tracker __

[issue894936] Have a split corresponding with os.path.join

2009-07-03 Thread R. David Murray
R. David Murray added the comment: I think the OP meant os.path.split, not str.split, but I don't understand what incompatibility he is referring to. This seems to work fine: >>> ntpath.join(*ntpath.split("Z:/xyz")) 'Z:/xyz' That said, I'd like to note that I was surprised the first few times

[issue894936] Have a split corresponding with os.path.join

2009-07-03 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I still fail to see how 'splitall' would be useful. How is it a problem that "str.split is incompatible with os.path.join" ? -- nosy: +amaury.forgeotdarc ___ Python tracker

[issue894936] Have a split corresponding with os.path.join

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue894936] Have a split corresponding with os.path.join

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker ___ _