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 serhiy.storchaka
Recipients daves, ncoghlan, serhiy.storchaka
Date 2017-02-25.05:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488002349.82.0.416904492527.issue29644@psf.upfronthosting.co.za>
In-reply-to
Content
Importing webbrowser has a side effect. It outputs a message on stderr.

>>> import webbrowser
/usr/bin/xdg-settings: 1: /usr/bin/xdg-settings: kreadconfig5: not found

This is a regression introduced in issue24241.
History
Date User Action Args
2017-02-25 05:59:09serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, daves
2017-02-25 05:59:09serhiy.storchakasetmessageid: <1488002349.82.0.416904492527.issue29644@psf.upfronthosting.co.za>
2017-02-25 05:59:09serhiy.storchakalinkissue29644 messages
2017-02-25 05:59:09serhiy.storchakacreate