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: duplicate method definition in Lib/test/test_logging.py
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: steve.dower, xdegaye
Priority: normal Keywords: patch

Created on 2019-04-20 16:04 by xdegaye, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 12894 merged Windson Yang, 2019-04-21 01:20
Messages (2)
msg340581 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2019-04-20 16:04
As reported in issue 16079, the following method is a duplicate:

Lib/test/test_logging.py:328 BuiltinLevelsTest.test_regression_29220
msg340672 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-04-22 18:49
New changeset 3d6f61edb8a6161148b3cf3eeb291408cc91154a by Steve Dower (Windson yang) in branch 'master':
bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)
https://github.com/python/cpython/commit/3d6f61edb8a6161148b3cf3eeb291408cc91154a
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 80862
2019-08-02 20:17:05steve.dowersetstatus: open -> closed
resolution: fixed
stage: resolved
2019-04-25 14:57:28xdegayesetstatus: closed -> open
stage: resolved -> (no value)
resolution: fixed -> (no value)
versions: + Python 3.7
2019-04-22 18:53:52steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-04-22 18:49:13steve.dowersetnosy: + steve.dower
messages: + msg340672
2019-04-21 01:20:47Windson Yangsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request12818
2019-04-20 16:04:43xdegayecreate