commit | c345ce1a69b3c4a46d87ef56d859bc70abfc74b4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 16 12:28:32 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 16 12:28:32 2011 +0100 |
tree | 5481a8c3e31ae8a423aed9199a1fe2b22694d1c0 | |
parent | 87448819abd4900bcb36857c6706d8562c97a099 [diff] [blame] |
Issue #10350: Read and save errno before calling a function which might overwrite it. Original patch by Hallvard B Furuseth.
diff --git a/Misc/NEWS b/Misc/NEWS index 8b43413..94af446 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Library ------- +- Issue #10350: Read and save errno before calling a function which might + overwrite it. Original patch by Hallvard B Furuseth. + - Issue #13591: A bug in importlib has been fixed that caused import_module to load a module twice.