We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6117e5d commit 4a63923Copy full SHA for 4a63923
Misc/NEWS
@@ -39,6 +39,10 @@ Core and Builtins
39
Library
40
-------
41
42
+- Issue #15002: urllib.response object to use _TemporaryFileWrapper (and
43
+ _TemporaryFileCloser) facility. Provides a better way to handle file
44
+ descriptor close. Patch contributed by Christian Theune.
45
+
46
- Issue #12220: mindom now raises a custom ValueError indicating it doesn't
47
support spaces in URIs instead of letting a 'split' ValueError bubble up.
48
0 commit comments