AbdealiJK added a comment.
This sounds interesting. I'm going to take a look at it as I have a bit of free time and as you mentioned would help me gain a bit of know-how for the GSoC project. Could you clarify what specifically the task is ? 1. Are we trying to throw a good error message if python is not compiled with bz2 ? 2. Are we trying to not use the standard `bz2` pkg and rather use `bz2file` which would work even if python was not compiled with bz2 ? 3. Are we trying to use `bz2file` as an alternative if python was not compiled with `bz2` ? 4. Are we trying to use the `bz2` command from the terminal directly (using subprocess) if python was not compiled with bz2 ? TASK DETAIL https://phabricator.wikimedia.org/T123092 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: AbdealiJK Cc: AbdealiJK, valhallasw, Aklapper, StudiesWorld, jayvdb, pywikibot-bugs-list _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
