This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eajames
Recipients eajames, eric.smith, mark.dickinson
Date 2016-09-02.14:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472824907.68.0.995590114959.issue27934@psf.upfronthosting.co.za>
In-reply-to
Content
Understood on 2.7, I wasn't aware it would cause any issues.

Dbus.Double is not a subclass of float unfortunately. Problem is that all Dbus types seem to have a custom tp_repr method that returns that strange formatting I mentioned. So repr won't be the same as str, in any version of python.
History
Date User Action Args
2016-09-02 14:01:47eajamessetrecipients: + eajames, mark.dickinson, eric.smith
2016-09-02 14:01:47eajamessetmessageid: <1472824907.68.0.995590114959.issue27934@psf.upfronthosting.co.za>
2016-09-02 14:01:47eajameslinkissue27934 messages
2016-09-02 14:01:47eajamescreate