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: import error in test_fileinput.py when bz2 not installed (windows)
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: DaMutz, brian.curtin, python-dev
Priority: normal Keywords: patch

Created on 2011-03-18 16:56 by DaMutz, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
check_bz2_lib_available.diff DaMutz, 2011-03-18 16:56 review
Messages (3)
msg131338 - (view) Author: Lorenz Aebi (DaMutz) Date: 2011-03-18 16:56
there is an ImportError when there is no bz2 lib and the test_fileinput is running.
msg131344 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-18 18:03
New changeset bb645cc39e60 by briancurtin in branch 'default':
Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.
http://hg.python.org/cpython/rev/bb645cc39e60
msg131345 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2011-03-18 18:04
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 55805
2011-03-18 18:04:40brian.curtinsetstatus: open -> closed

assignee: brian.curtin

nosy: + brian.curtin
messages: + msg131345
resolution: fixed
stage: resolved
2011-03-18 18:03:25python-devsetnosy: + python-dev
messages: + msg131344
2011-03-18 16:56:27DaMutzcreate