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 anton.barkovsky
Recipients anton.barkovsky, chris.jerdonek, georg.brandl, r.david.murray
Date 2012-08-12.19:09:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344798581.93.0.568716617264.issue15557@psf.upfronthosting.co.za>
In-reply-to
Content
Updated, added separate helper methods and 'test' and 'http://www.example.com/' are no longer hardcoded.

> The helper methods could default to the most common string arguments so that you will only need to define and pass the string arguments when the browser uses strings that are different from the defaults.

I don't see a good reason to provide defaults. If some browsers have same arguments it's just a coincidence, the arguments are not likely to ever change,  and I don't like when a test case is scattered all over the module in the form of defaults.
History
Date User Action Args
2012-08-12 19:09:42anton.barkovskysetrecipients: + anton.barkovsky, georg.brandl, r.david.murray, chris.jerdonek
2012-08-12 19:09:41anton.barkovskysetmessageid: <1344798581.93.0.568716617264.issue15557@psf.upfronthosting.co.za>
2012-08-12 19:09:41anton.barkovskylinkissue15557 messages
2012-08-12 19:09:41anton.barkovskycreate