[issue11596] import error in test_fileinput.py when bz2 not installed (windows)

2011-03-18 Thread Brian Curtin
Brian Curtin added the comment: Thanks for the patch! -- assignee: -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue11596] import error in test_fileinput.py when bz2 not installed (windows)

2011-03-18 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue11596] import error in test_fileinput.py when bz2 not installed (windows)

2011-03-18 Thread Lorenz
New submission from Lorenz : there is an ImportError when there is no bz2 lib and the test_fileinput is running. -- components: Tests files: check_bz2_lib_available.diff keywords: patch messages: 131338 nosy: DaMutz priority: normal severity: normal status: open title: import error in t