[Reportbug-commits] [reportbug] 28/38: prevent Unicode(De|En)codeError with most open() calls by using 'backslashreplace' in case of errors; patch by Nis Martensen; Closes: #877650, #883577, #868022
Sandro Tosi
morph at moszumanska.debian.org
Fri Dec 29 04:33:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 1cf49344d2601384ead3166c0aaadc6c66cf533b
Author: Sandro Tosi <morph at debian.org>
Date: Thu Dec 28 21:17:09 2017 -0500
prevent Unicode(De|En)codeError with most open() calls by using 'backslashreplace' in case of errors; patch by Nis Martensen; Closes: #877650, #883577, #868022
---
debian/changelog | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 19177e7..345ec40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,8 +35,11 @@ reportbug (7.1.8) UNRELEASED; urgency=medium
* use context managers to avoid leaving unclosed file descriptors (which often
results in users losing control of their terminal windows); patch by Nis
Martensen; Closes: #695887, #849763, #882983
+ * prevent Unicode(De|En)codeError with most open() calls by using
+ 'backslashreplace' in case of errors; patch by Nis Martensen;
+ Closes: #877650, #883577, #868022
- -- Sandro Tosi <morph at debian.org> Thu, 28 Dec 2017 20:55:46 -0500
+ -- Sandro Tosi <morph at debian.org> Thu, 28 Dec 2017 21:15:04 -0500
reportbug (7.1.7) unstable; urgency=medium
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list