mhsabbagh / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
616 stars 118 forks source link

Support Python 3 #136

Open mgedmin opened 5 years ago

mgedmin commented 5 years ago

This patch adds support for Python 3, without dropping support for Python 2.

Fixes #125.

(This branch was based on top of my previous PR, #135, because I had to have some way of testing that my changes work!)

mgedmin commented 5 years ago

(I haven't updated Debian packaging to use Python 3 yet.)

keithbowes commented 5 years ago

Why not drop Python 2? It'll be EOL next year.

mgedmin commented 5 years ago

Personally I prefer gradual transitions to flag days. (And also I didn't feel like updating the Debian packaging.)

FabioLolix commented 5 years ago

I have an AUR pkgbuild ready to be uploaded with the 3 python3 patches, anyone is contrary?