diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
commit | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (patch) | |
tree | 23870848d194569aff6e0e4e41bc7907960b1af1 /debian/patches/tempfile-minimal.diff | |
parent | 377002e7300431b68f3548d9fd2c7f99cf883939 (diff) | |
download | python3.7-debian.tar.gz |
Import python3.7 (3.7.5-2)debian/3.7.5-2debian
Diffstat (limited to 'debian/patches/tempfile-minimal.diff')
-rw-r--r-- | debian/patches/tempfile-minimal.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/tempfile-minimal.diff b/debian/patches/tempfile-minimal.diff index 64f83fc..8aeb75d 100644 --- a/debian/patches/tempfile-minimal.diff +++ b/debian/patches/tempfile-minimal.diff @@ -152,7 +152,7 @@ Index: b/Lib/tempfile.py import errno as _errno from random import Random as _Random import weakref as _weakref -@@ -794,7 +933,7 @@ class TemporaryDirectory(object): +@@ -792,7 +931,7 @@ class TemporaryDirectory(object): @classmethod def _cleanup(cls, name, warn_message): @@ -161,7 +161,7 @@ Index: b/Lib/tempfile.py _warnings.warn(warn_message, ResourceWarning) def __repr__(self): -@@ -808,4 +947,4 @@ class TemporaryDirectory(object): +@@ -806,4 +945,4 @@ class TemporaryDirectory(object): def cleanup(self): if self._finalizer.detach(): |