Mercurial > hg
comparison tests/test-linerange.py @ 32158:89153b0d4881
py3: make adefaults keys str to be compatible with getattr
getattr passes a str value of the attribute to be looked and keys in adefaults
dict are bytes which resulted in AttributeError. This patch abuses r'' to
make the keys str.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 04 May 2017 00:44:53 +0530 |
parents | 3eeb8e138e5c |
children | 6939b6ac960a |
comparison
equal
deleted
inserted
replaced
32157:09fb3d3b1b3a | 32158:89153b0d4881 |
---|