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.

Author georg.brandl
Recipients
Date 2006-03-07.17:58:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=849994

Instead of hardcoding directories for ipconfig, why not try
spawnp directly on UNIX or use something like
webbrowser._iscommand?

Minor nit: a,b,c = [1,2,3] is better a,b,c=1,2,3
History
Date User Action Args
2007-08-23 15:44:49adminlinkissue1368955 messages
2007-08-23 15:44:49admincreate