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: macurl2path coverage
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: Colin.Williams, orsenthil
Priority: normal Keywords: patch

Created on 2013-10-22 13:34 by Colin.Williams, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
url2pathname.patch Colin.Williams, 2013-10-22 13:34 review
Messages (2)
msg200947 - (view) Author: Colin Williams (Colin.Williams) Date: 2013-10-22 13:34
Ported the tests built into the library requiring manual verification over to the testing framework.  Those tests only provided 77% coverage, so I improved that up to 99%.  Can't get the last line because it's only reachable on older model macs.
msg201090 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2013-10-24 04:58
Patch committed in these versions. Thank you!
2.7 -5fda64d39540
3.3 - 06b9a9e75a6c
3.4 - 060d9b2e4d5e
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63549
2013-10-24 04:58:38orsenthilsetversions: + Python 2.7, Python 3.3, Python 3.4
2013-10-24 04:58:25orsenthilsetstatus: open -> closed
type: behavior
messages: + msg201090

assignee: orsenthil
resolution: fixed
stage: resolved
2013-10-22 13:43:17orsenthilsetnosy: + orsenthil
2013-10-22 13:34:47Colin.Williamscreate