commit | 9225f226a3a6173e277374fc8fc2ea6c7c1cecbf | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Mar 21 11:52:38 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Mar 21 11:52:38 2007 +0000 |
tree | 2b5173fbb42b2ee9269865dd7a19055e879c6f9b | |
parent | bd9d51321e062e530a75f25ab0beb7c07b0f04a4 [diff] |
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)