#3 Make commonbugs-update work with Python 3
Closed: Fixed 5 years ago by adamwill. Opened 5 years ago 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!


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

5 years ago

Login to comment on this ticket.

Metadata