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 xtreak
Recipients arlenyu, xtreak
Date 2019-01-13.19:38:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547408312.83.0.057596676679.issue35731@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report. Since you can do list comprehension over the URLs as in your example I don't see a good reason to change the current API to take multiple URLs.

[browser.open(url, new, autoraise) for url in urls]
History
Date User Action Args
2019-01-13 19:38:34xtreaksetrecipients: + xtreak, arlenyu
2019-01-13 19:38:32xtreaksetmessageid: <1547408312.83.0.057596676679.issue35731@roundup.psfhosted.org>
2019-01-13 19:38:32xtreaklinkissue35731 messages
2019-01-13 19:38:32xtreakcreate