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 Robin Champavier
Recipients Robin Champavier
Date 2018-05-04.10:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525428887.45.0.682650639539.issue33425@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I work with file name like : PRECI_yyyymmddhh_00.txt and I put them in different directory depending of the year. For file between year 1999 and 2016 there is no problem but with file in year 2017 with months 12, glob.glob can't find them. When I do print K in my file Tri_fichier_texte.py there is no file with PRECI_201712xxxx.txt but it works to find the beginning of the year 2017 like PRECI_201701xxx.txt. All file get exactly the same syntax. 

Thanks for looking my issues.
History
Date User Action Args
2018-05-04 10:14:47Robin Champaviersetrecipients: + Robin Champavier
2018-05-04 10:14:47Robin Champaviersetmessageid: <1525428887.45.0.682650639539.issue33425@psf.upfronthosting.co.za>
2018-05-04 10:14:47Robin Champavierlinkissue33425 messages
2018-05-04 10:14:47Robin Champaviercreate