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 desbma
Recipients desbma, serhiy.storchaka, vstinner
Date 2017-05-12.20:31:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494621076.11.0.551006614319.issue30219@psf.upfronthosting.co.za>
In-reply-to
Content
The only issue with Python itself is that the output of a subprocess call hidden behind a high level abstraction is thrown into the user's face in an unexpected way.
This just does not seem to be the right thing to do to me.

The deprecation warning of xdg-open/gvfs-open is just a particular example that shows this problem.

The "what if the output is actually useful?" argument does not hold IMHO, because the all the other browser invocations in the webbrowser module (except the TTY browsers of course) are properly silenced.
History
Date User Action Args
2017-05-12 20:31:16desbmasetrecipients: + desbma, vstinner, serhiy.storchaka
2017-05-12 20:31:16desbmasetmessageid: <1494621076.11.0.551006614319.issue30219@psf.upfronthosting.co.za>
2017-05-12 20:31:16desbmalinkissue30219 messages
2017-05-12 20:31:16desbmacreate