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 phd
Recipients
Date 2005-09-15.20:18:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4799

In the main():

        opts, args = getopt.getopt(sys.argv[1:], 'ntd')

You can remove 'd' as you've dropeed debugging prints.


Are you going to drop standalone webbrowser script? Is
"python -m webbrowser" enough?
History
Date User Action Args
2007-08-23 15:27:39adminlinkissue754022 messages
2007-08-23 15:27:39admincreate