This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, udo.eberhardt, zach.ware
Date 2016-03-30.13:05:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459343159.48.0.245022525675.issue26655@psf.upfronthosting.co.za>
In-reply-to
Content
For now glob(r'c:\very\long\case\insensitive\path\*.txt') have to iterate names only in one directory. For restoring actual path case it have to iterate all parent directories: r'c:\very\long\case\insensitive\path', r'c:\very\long\case\insensitive', r'c:\very\long\case', r'c:\very\long', r'c:\very', and 'c:\\'.
History
Date User Action Args
2016-03-30 13:05:59serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, pitrou, tim.golden, zach.ware, steve.dower, udo.eberhardt
2016-03-30 13:05:59serhiy.storchakasetmessageid: <1459343159.48.0.245022525675.issue26655@psf.upfronthosting.co.za>
2016-03-30 13:05:59serhiy.storchakalinkissue26655 messages
2016-03-30 13:05:59serhiy.storchakacreate