Python 3 fix for the reading of text from a bz2 file.
In Python 3, the readlines() function was returning a list of bytes types, not a list of strings. The relax_io.extract_data() function now detects this and converts to string when possible.
Authored by: bugman 2012-10-02
Parent: [r17668]
Child: [r17670]