diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-01 01:57:52 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-01 01:57:52 (GMT) |
commit | c9aa321a016343187e76fdae13d3a4c75e75afde (patch) | |
tree | 35631c53681ea5c5a923f40f97a18ee9360ca788 /Misc | |
parent | 0efcf99c9eebfd65f6dd7ecc5c94b1c340ad6513 (diff) | |
download | cpython-c9aa321a016343187e76fdae13d3a4c75e75afde.zip cpython-c9aa321a016343187e76fdae13d3a4c75e75afde.tar.gz cpython-c9aa321a016343187e76fdae13d3a4c75e75afde.tar.bz2 |
Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Core and Builtins 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 |