After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788108 - Port schedule scripts (libschedule.py / wiki.py / ical.py) to Python3
Port schedule scripts (libschedule.py / wiki.py / ical.py) to Python3
Status: RESOLVED OBSOLETE
Product: Release Engineering
Classification: Infrastructure
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Release Engineering People
Release Engineering People
Depends on:
Blocks:
 
 
Reported: 2017-09-24 20:43 UTC by André Klapper
Modified: 2018-09-21 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
WIP patch (7.94 KB, patch)
2018-08-31 15:00 UTC, André Klapper
needs-work Details | Review

Description André Klapper 2017-09-24 20:43:21 UTC
https://git.gnome.org/browse/releng/tree/tools/schedule

* Missing parentheses in call to 'print'
* AttributeError: 'dict' object has no attribute 'iteritems'
Comment 1 André Klapper 2018-08-31 15:00:03 UTC
Created attachment 373515 [details] [review]
WIP patch

Someone still needs to fix
 months = sorted(set([(event.date.year, event.date.month) for event in events]))
in wiki.py. See https://stackoverflow.com/questions/43477958/typeerror-not-supported-between-instances-python
Comment 2 André Klapper 2018-08-31 15:06:06 UTC
Comment on attachment 373515 [details] [review]
WIP patch

Didn't test this and I don't do Python, so you can see that the print does not do anymore what is should. :D
Comment 3 GNOME Infrastructure Team 2018-09-21 16:02:07 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/releng/issues/4.