Mercurial > hg
comparison hgext/bugzilla.py @ 30276:c90a05124fae
py3: make scmposix.userrcpath() return bytes
We are making sure that we deal with bytes as much we can. This is a part
of fixing functions so that they return bytes if they have to.
Used encoding.environ to return bytes.
After this patch, scmposix.userrcpath() returns bytes and scmutil.osrcpath()
will also return bytes if the platform is posix. Functions is scmposix returns
bytes on Python 3 now.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 03 Nov 2016 02:17:01 +0530 |
parents | d5883fd055c6 |
children | f7d66746ec18 |
comparison
equal
deleted
inserted
replaced
30275:e81d72b4b0ae | 30276:c90a05124fae |
---|