#3 Make commonbugs-update work with Python 3
Closed: Fixed by adamwill. Opened by adamwill.

It doesn't work right now:

Traceback (most recent call last):
  File "./commonbugs-update", line 292, in <module>
    page.parse()
  File "./commonbugs-update", line 258, in parse
    issues = text.split('{{Common bugs issue')[1:]
TypeError: a bytes-like object is required, not 'str'

So, I should fix that!


Fixed by 9300d5ad .

Metadata Update from @adamwill:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/quality/misc-scripts/issues/3

Please continue any further discussion there.

Metadata