Bug 6444 - Consider porting python code to python3
Status: NEW
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: 3.6
Hardware: PC Linux
: P3 normal
Assignee: Dana Jansens
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2016-09-14 06:37 EDT by telnetuserid
Modified: 2021-01-18 01:04:39 EST
2 users (show)

See Also:


Attachments
Patch that converts the openbox-xdg-autostart script from Python 2 to Python 3. (4.98 KB, patch)
2021-01-18 01:04 EST, tech

Description telnetuserid 2016-09-14 06:37:44 EDT
Python2 related code should be ported to python3.

Python website has a brief explanation what to do to port python2 code to python3 [1]

[1] https://docs.python.org/3/howto/pyporting.html
Comment 1 Troy Curtis Jr 2017-09-13 23:40:16 EDT
Submitted pull request for python3 support https://github.com/Mikachu/openbox/pull/9
Comment 2 tech 2021-01-18 01:04:39 EST
Created attachment 3624 [details]
Patch that converts the openbox-xdg-autostart script from Python 2 to Python 3.

Patch extracted from: https://github.com/danakj/openbox/pull/35/commits/f5d269ae795862d3f4d01a0d26e5e4300d9472b6