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: Mismatch in documentation for module "webbrowser"
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, improper_smile
Priority: normal Keywords:

Created on 2008-12-30 17:41 by improper_smile, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg78549 - (view) Author: Eric Naeseth (improper_smile) Date: 2008-12-30 17:41
In Python 2.5, a new method named "open_new_tab" was added to webbrowser 
and webbrowser's browser controller objects. With this addition, there are 
now three methods on browser controllers, but the documentation still 
reads: "Browser controllers provide two methods which parallel *two* of 
the module-level convenience functions".
msg78705 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-01-01 12:52
Fixed in r68123.
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49034
2009-01-01 12:52:36georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg78705
2008-12-30 17:41:45improper_smilecreate