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 berker.peksag, serhiy.storchaka
Date 2013-03-04.12:04:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362398673.2.0.343658968083.issue16620@psf.upfronthosting.co.za>
In-reply-to
Content
I have added some comments on Rietveld.

Note that glob.glob() and glob.glob1() returns different filenames. The first returns full paths and the second returns bare filenames without a directory path. Workarounding this may require more in-depth changes to the code.

Actually this is a low priority issue. It is no so bad to use private functions from other modules inside Python stdlib. But it can be a bad example for a third party code.
History
Date User Action Args
2013-03-04 12:04:33serhiy.storchakasetrecipients: + serhiy.storchaka, berker.peksag
2013-03-04 12:04:33serhiy.storchakasetmessageid: <1362398673.2.0.343658968083.issue16620@psf.upfronthosting.co.za>
2013-03-04 12:04:33serhiy.storchakalinkissue16620 messages
2013-03-04 12:04:32serhiy.storchakacreate