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 753725 - [py2k] multiedit using old style class Signal
[py2k] multiedit using old style class Signal
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-17 16:56 UTC by Matěj Cepl
Modified: 2019-03-23 20:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make class textsize.signals.Signals into new style class for python2. (825 bytes, patch)
2015-08-17 17:01 UTC, Matěj Cepl
accepted-commit_now Details | Review

Description Matěj Cepl 2015-08-17 16:56:04 UTC
This is a parallel to bug 751953 ... with python 2 I get warning on stderr:

    /usr/lib64/python2.7/site-packages/gi/types.py:282:
    RuntimeWarning: Mixin class multiedit.signals.Signals is an old
    style class, please update this to derive from "object".
Comment 1 Matěj Cepl 2015-08-17 17:01:18 UTC
Created attachment 309402 [details] [review]
Make class textsize.signals.Signals into new style class for python2.
Comment 2 Matěj Cepl 2015-08-17 17:02:42 UTC
Err, that should be bug 751935
Comment 3 Ignacio Casal Quinteiro (nacho) 2015-08-17 17:25:52 UTC
Review of attachment 309402 [details] [review]:

Looks good.
Comment 4 Matěj Cepl 2015-08-25 13:48:36 UTC
Commited in 69818fd9d5ebb63f72bbc6c8fb1057405d1fb249 for master branch and 933120400a04fa5bc03c1ca19e84c2603406957d for gnome-3-14