[Python-checkins] [python/cpython] 140792: bpo-29644: suppress subprocess output from webbrow...

GitHub noreply at github.com
Sat Feb 25 03:40:08 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 140792bd514ee4ba739fda899785bea3ce746f05
      https://github.com/python/cpython/commit/140792bd514ee4ba739fda899785bea3ce746f05
  Author: Nick Coghlan <ncoghlan at gmail.com>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M Lib/webbrowser.py

  Log Message:
  -----------
  bpo-29644: suppress subprocess output from webbrowser (#289)

When checking for the default X web browser, xdg-settings
may emit messages on stderr if some components (such as
kreadconfig5) are unavailable. These messages aren't of
interest to Python, so we just ignore them.




More information about the Python-checkins mailing list