Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 29 by
klaussfr...@gmail.com: test_compat fails: missing cfgparse.1
http://code.google.com/p/iniparse/issues/detail?id=29
What steps will reproduce the problem?
1. Download pristine 0.4 tarball, untar
2. python setup.py build
3. ./runtests.py
Expected:
Should succeed all tests
Actual:
Fails for test_compat, in every case because cfgparse.1 is missing from the
tarball. I was going to run iniparse through 2to3 to see if it ran in 3
(I've seen patches to make it compatible), and tests are quite useful in
making sure iniparse works after that.
Versions:
iniparse 0.4 from the download page, with python 2.7.3rc2 in debian testing.