changeset 41588 | 765a608c2108 |
parent 37605 | 74e1362585c0 |
child 43076 | 2372284d9457 |
--- a/mercurial/hgweb/wsgiheaders.py Tue Feb 05 13:32:39 2019 -0500 +++ b/mercurial/hgweb/wsgiheaders.py Tue Feb 05 16:16:14 2019 -0500 @@ -127,7 +127,7 @@ return self._headers[:] def __repr__(self): - return "%s(%r)" % (self.__class__.__name__, self._headers) + return r"%s(%r)" % (self.__class__.__name__, self._headers) def __str__(self): """str() returns the formatted headers, complete with end line,