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: Improve fnmatch testing
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.7, Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: serhiy.storchaka
Priority: normal Keywords:

Created on 2017-05-20 18:36 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1684 merged serhiy.storchaka, 2017-05-20 18:39
PR 1694 merged serhiy.storchaka, 2017-05-21 05:59
PR 1695 merged serhiy.storchaka, 2017-05-21 06:00
PR 1696 merged serhiy.storchaka, 2017-05-21 06:34
Messages (5)
msg294045 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-05-20 18:36
Proposed patch adds new tests for the fnmatch module.
msg294074 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-05-21 05:57
New changeset 817554715b5578b0bac5c35e6ec9a1abd8649e53 by Serhiy Storchaka in branch 'master':
bpo-30415: Add new tests for the fnmatch module. (#1684)
https://github.com/python/cpython/commit/817554715b5578b0bac5c35e6ec9a1abd8649e53
msg294083 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-05-21 07:35
New changeset cf5c1be8f6e0bc90280f66c65bb49808f01bfb3a by Serhiy Storchaka in branch '3.6':
[3.6] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1694)
https://github.com/python/cpython/commit/cf5c1be8f6e0bc90280f66c65bb49808f01bfb3a
msg294084 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-05-21 07:36
New changeset bc75b72d393bc40c3243d7099db6c2c39fe632aa by Serhiy Storchaka in branch '3.5':
[3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695)
https://github.com/python/cpython/commit/bc75b72d393bc40c3243d7099db6c2c39fe632aa
msg294085 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-05-21 07:37
New changeset 2b67c7aae7344365dfc12a31e72e4b2659e6875d by Serhiy Storchaka in branch '2.7':
[2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696)
https://github.com/python/cpython/commit/2b67c7aae7344365dfc12a31e72e4b2659e6875d
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74600
2017-05-21 07:38:50serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-05-21 07:37:45serhiy.storchakasetmessages: + msg294085
2017-05-21 07:36:00serhiy.storchakasetmessages: + msg294084
2017-05-21 07:35:42serhiy.storchakasetmessages: + msg294083
2017-05-21 06:34:18serhiy.storchakasetpull_requests: + pull_request1789
2017-05-21 06:00:08serhiy.storchakasetpull_requests: + pull_request1788
2017-05-21 05:59:33serhiy.storchakasetpull_requests: + pull_request1787
2017-05-21 05:57:02serhiy.storchakasetmessages: + msg294074
2017-05-20 18:41:13serhiy.storchakalinkissue30413 dependencies
2017-05-20 18:39:19serhiy.storchakasetpull_requests: + pull_request1779
2017-05-20 18:36:49serhiy.storchakacreate