#4353 pagure-ev: python 3 compatibility
Merged by pingou. Opened by jlanda.
jlanda/pagure py3-ev  into  master

Download 4353.patch

Make pagure-ev compatible with python 2.7 and python 3

:thumbsup:

I'm curious how this works in py2 since the asyncio module is py3 only

@pingou Python 2 is a lot looser with import rules than Python 3... Though I could have sworn I'd validated this worked on Python 3 at some point...

Ok, re-reading the diff, I see the code was already relying on trololio.asyncio so nothing new there :)

rebased onto 47a9abb72e96fac3b03ecefb021a4ec1e8fc95f3

Yeah, I just changed calls inside trololio so their not overriden

:thumbsup:

Thanks! :)

Pull-Request has been merged by pingou

Metadata