[issue9358] Document fnmatch.translate's lack of support for escaping

2010-07-23 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue9358] Document fnmatch.translate's lack of support for escaping

2010-07-23 Thread Brian Brazil
New submission from Brian Brazil : fnmatch.translate's docstraing says "There is no way to quote meta-characters.", but this isn't in the html docs. The attached patch fixes that. -- assignee: d...@python components: Documentation files: fnmatch_translate_doc.patch keywords: patch mess