| commit | e8f244305ef4f257f6999b69601f4316b31faa5e | [log] [tgz] |
|---|---|---|
| author | Georg Brandl <georg@python.org> | Mon Oct 03 14:16:44 2005 +0000 |
| committer | Georg Brandl <georg@python.org> | Mon Oct 03 14:16:44 2005 +0000 |
| tree | 29be240f80ba17d3da3f7d5378d1ff60c8ca6b0f | |
| parent | 76390de83c5550ae7988f3ce9dabc267b449162f [diff] [blame] |
Patch #754022: Greatly enhanced webbrowser.py.
diff --git a/Misc/NEWS b/Misc/NEWS index c78fa69..11dd40c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -254,6 +254,8 @@ Library ------- +- Patch #754022: Greatly enhanced webbrowser.py (by Oleg Broytmann). + - Bug #729103: pydoc.py: Fix docother() method to accept additional "parent" argument.