]> granicus.if.org Git - python/commit
Bug #1684254: webbrowser now uses shlex to split any command lines
authorGeorg Brandl <georg@python.org>
Wed, 21 Mar 2007 11:52:38 +0000 (11:52 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 21 Mar 2007 11:52:38 +0000 (11:52 +0000)
commit9225f226a3a6173e277374fc8fc2ea6c7c1cecbf
tree2b5173fbb42b2ee9269865dd7a19055e879c6f9b
parentbd9d51321e062e530a75f25ab0beb7c07b0f04a4
Bug #1684254: webbrowser now uses shlex to split any command lines
given to get(). It also detects when you use '&' as the last argument
and creates a BackgroundBrowser then.
 (backport -- this is a regression from 2.4 and therefore backported)
Lib/webbrowser.py
Misc/NEWS