Mercurial > p > roundup > code
diff CHANGES.txt @ 5174:a76fbb9f5535
Fix Traceback in backends/portalocker.py (windows)
.. due to missing windll import, thanks to Heiko Stegmann for suggesting
a first fix.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 09 Dec 2016 10:52:59 +0100 |
| parents | 4f99aad7e8e8 |
| children | e1e40674a0bc |
line wrap: on
line diff
--- a/CHANGES.txt Fri Dec 09 09:49:25 2016 +0100 +++ b/CHANGES.txt Fri Dec 09 10:52:59 2016 +0100 @@ -336,6 +336,8 @@ Firefox. The old version would show the popup but after clicking away the alert it would load the page. The new version (tested with Chromium and Firefox) doesn't load the page. +- Fix Traceback in backends/portalocker.py on windows due to missing + windll import, thanks to Heiko Stegmann for suggesting a first fix. 2016-01-11: 1.5.1
