classification
Title: also test for an empty pathname
Type: enhancement Stage:
Components: Distutils2 Versions: Python 3.3
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: alexis, eric.araujo, tarek, tshepang
Priority: normal Keywords: patch

Created on 2012-02-08 09:04 by tshepang, last changed 2012-02-08 16:32 by eric.araujo.

Files
File name Uploaded Description Edit
test-for-empty-string.patch tshepang, 2012-02-08 09:04 review
Messages (2)
msg152840 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2012-02-08 09:04
increases coverage by one line: http://hg.python.org/cpython/file/58bd6a58365d/Lib/packaging/util.py#l110
msg152884 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-02-08 16:32
Will commit, thanks.
History
Date User Action Args
2012-02-08 16:32:58eric.araujosetassignee: tarek -> eric.araujo
messages: + msg152884
2012-02-08 09:04:55tshepangcreate