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.

classification
Title: Improved tests and style for fnmatch
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: bbrazil, brett.cannon
Priority: normal Keywords: patch

Created on 2010-07-23 14:55 by bbrazil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fnmatch_test_and_cleanup.patch bbrazil, 2010-07-23 14:57
Messages (3)
msg111340 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-07-23 14:55
The attached path adds tests for translate and filter, and also fixes a few style issues in fnmatch itself.
msg111341 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-07-23 14:57
It helps if the diff is from the root...
msg111357 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-07-23 16:23
r83100 and r83101
History
Date User Action Args
2022-04-11 14:57:04adminsetgithub: 53602
2010-07-23 16:23:44brett.cannonsetstatus: open -> closed

nosy: + brett.cannon
messages: + msg111357

resolution: accepted
stage: resolved
2010-07-23 14:57:09bbrazilsetfiles: + fnmatch_test_and_cleanup.patch

messages: + msg111341
2010-07-23 14:56:52bbrazilsetfiles: - fnmatch_test_and_cleanup.patch
2010-07-23 14:55:43bbrazilcreate