[issue35731] Modify to support multiple urls in webbrowser.open

2019-01-13 Thread Arlen
New submission from Arlen : Note: new to python, please provide any feedback Currently webbrowser.open supports one url, and there is no fn for url batching. I am proposing modifying webbrowser.open to support something along these lines: ``` def open(*urls, new=0, autoraise=True

[issue11505] string.py increased test coverage

2011-03-14 Thread Alicia Arlen
New submission from Alicia Arlen : Started from coverage.py results. Only 6 groups of lines did not have coverage. Since the Template class originated in PEP292, those tests were added in test_pep292.py. All Formatter class tests were added in test_string.py. _invalid test (Lines 89-90