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: rm needless use of pass statement
Type: behavior Stage: resolved
Components: Distutils2 Versions: Python 3.3, 3rd party
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Get rid of doctests in packaging.tests.test_version
View: 13953
Assigned To: eric.araujo Nosy List: alexis, eric.araujo, tarek, tshepang
Priority: normal Keywords: patch

Created on 2012-02-06 08:30 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rm-needless-use-of-pass-keyword.patch tshepang, 2012-02-06 08:30 review
Messages (3)
msg152726 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2012-02-06 08:30
I found the use of the pass statement redundant.
msg152737 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-02-06 14:35
Sure, I’ll apply this.
msg153154 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-02-12 03:46
Will commit this together with the test_version cleanup.
History
Date User Action Args
2022-04-11 14:57:26adminsetgithub: 58157
2012-02-12 03:46:23eric.araujosetstatus: open -> closed
resolution: duplicate
messages: + msg153154

superseder: Get rid of doctests in packaging.tests.test_version
stage: resolved
2012-02-06 14:35:47eric.araujosetassignee: tarek -> eric.araujo
messages: + msg152737
versions: + 3rd party
2012-02-06 08:30:20tshepangcreate