[issue1776674] glob.glob inconsistent

2015-02-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue1776674] glob.glob inconsistent

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

[issue1776674] glob.glob inconsistent

2014-01-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Amaury, could you provide corrected patch? -- components: -Windows versions: -Python 3.2 ___ Python tracker ___ __

[issue1776674] glob.glob inconsistent

2014-01-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- priority: normal -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1776674] glob.glob inconsistent

2012-10-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue1776674] glob.glob inconsistent

2012-10-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1776674] glob.glob inconsistent

2012-10-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Shell preserves the separators. Well, in any case we always can apply os.path.normpath() to result. -- ___ Python tracker ___ _

[issue1776674] glob.glob inconsistent

2012-10-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have added some comments in Rietveld. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1776674] glob.glob inconsistent

2012-10-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The question is what result desirable for glob.glob("c:/tmp///3691674.jpg*"), ['c:/tmp///3691674.jpg'] or ['c:\\tmp\\3691674.jpg']? -- nosy: +serhiy.storchaka versions: +Python 3.3, Python 3.4 -Python 3.1 ___ Pytho

[issue1776674] glob.glob inconsistent

2010-09-27 Thread Constantin Veretennicov
Changes by Constantin Veretennicov : -- nosy: +kveretennicov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1776674] glob.glob inconsistent

2010-07-31 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Here is a test + patch, to preserve the separator. Of course this changes the current behaviour, like: >>> glob.glob('/tmp/foo*') ['/tmp/foo1', '/tmp/foo2'] -- keywords: +patch nosy: +amaury.forgeotdarc Added file: http://bugs.python.

[issue1776674] glob.glob inconsistent

2010-07-27 Thread Éric Araujo
Éric Araujo added the comment: Some bugs take a long time to get fixed. I agree that three years is not a good score, but this really needs a test in order to get closed or fixed, so I’m reopening. Maybe the OP or you could add a test? :) -- nosy: +merwok status: pending -> open versi

[issue1776674] glob.glob inconsistent

2010-07-27 Thread Mark Lawrence
Mark Lawrence added the comment: As no response to msg108627 I'll close this unless there are any objections. -- status: open -> pending ___ Python tracker ___ ___

[issue1776674] glob.glob inconsistent

2010-06-25 Thread Mark Lawrence
Mark Lawrence added the comment: Hardly a show stopper. It's actually a problem(?) with ntpath.py. It could be patched but is it worth it, as this would be yet more work for you guys doing the build/release process? I'd close this on the grounds that it's not worth the effort. -- n

[issue1776674] glob.glob inconsistent

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Windows stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___