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 serhiy.storchaka
Date 2012-12-05.19:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354736049.23.0.98660459286.issue16620@psf.upfronthosting.co.za>
In-reply-to
Content
Private function glob.glob1() used in Lib/msilib and Tools/msi to prevent unexpected globbing in parent directory name. ``glob.glob1(dirname, pattern)`` should be replaced by ``glob.glob(os.path.join(fnmatch.escape(dirname), pattern)`` in external code.
History
Date User Action Args
2012-12-05 19:34:09serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-05 19:34:09serhiy.storchakasetmessageid: <1354736049.23.0.98660459286.issue16620@psf.upfronthosting.co.za>
2012-12-05 19:34:09serhiy.storchakalinkissue16620 messages
2012-12-05 19:34:09serhiy.storchakacreate