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.

classification
Title: webbrowser output to console
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: apalala, r.david.murray
Priority: normal Keywords:

Created on 2012-08-04 21:28 by apalala, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg167443 - (view) Author: Juancarlo Añez (apalala) * Date: 2012-08-04 21:28
Under Ubuntu Linux 11.10 and 12.04, webbroser.open() will output the following message to the console:

Created new window in existing browser session.

The behavior is both unexpected and troublesome.
msg167453 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-08-04 22:31
This message does not come from the Python webbrowser module.  You should report this upstream to the bug tracker for your browser.
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59763
2012-08-04 22:31:54r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg167453

resolution: not a bug
stage: resolved
2012-08-04 21:28:52apalalacreate