| commit | c9aa321a016343187e76fdae13d3a4c75e75afde | [log] [tgz] |
|---|---|---|
| author | Jesus Cea <jcea@jcea.es> | Wed Aug 01 03:57:52 2012 +0200 |
| committer | Jesus Cea <jcea@jcea.es> | Wed Aug 01 03:57:52 2012 +0200 |
| tree | 35631c53681ea5c5a923f40f97a18ee9360ca788 | |
| parent | 0efcf99c9eebfd65f6dd7ecc5c94b1c340ad6513 [diff] [blame] |
Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
diff --git a/Misc/NEWS b/Misc/NEWS index 0d21d64..b1df727 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Library ------- +- Issue #15499: Launching a webbrowser in Unix used to sleep for a few + seconds. Original patch by Anton Barkovsky. + - Issue #15463: the faulthandler module truncates strings to 500 characters, instead of 100, to be able to display long file paths