Re: [PATCH 7 of 7] py3: use encoding.environ in ui.py

2016-12-01 Thread Yuya Nishihara
On Wed, 30 Nov 2016 23:46:37 +0530, Pulkit Goyal wrote: > Can you elaborate on how we can use ui.environ because I will like to > change all os.environ things because they are source of errors on > Python 3. I had fuzzy feeling that ui.environ could be a source of environ dict. It was introduced

Re: [PATCH 7 of 7] py3: use encoding.environ in ui.py

2016-11-30 Thread Pulkit Goyal
Can you elaborate on how we can use ui.environ because I will like to change all os.environ things because they are source of errors on Python 3. On Sat, Nov 5, 2016 at 7:05 AM, Yuya Nishihara wrote: > On Sat, 5 Nov 2016 06:02:52 +0530, Pulkit Goyal wrote: >> On Thu, Nov 3, 2016

Re: [PATCH 7 of 7] py3: use encoding.environ in ui.py

2016-11-04 Thread Pulkit Goyal
On Thu, Nov 3, 2016 at 3:45 AM, Pulkit Goyal <7895pul...@gmail.com> wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1478122977 -19800 > # Thu Nov 03 03:12:57 2016 +0530 > # Node ID 9bdf6ee77b17dc2a1ce29fb347e90bd8dd17eaed > # Parent

[PATCH 7 of 7] py3: use encoding.environ in ui.py

2016-11-02 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1478122977 -19800 # Thu Nov 03 03:12:57 2016 +0530 # Node ID 512f0781517b6a209e94ef8eb14409048f0f4ae8 # Parent aef03902a5c1a13e9775059a5efdeb2466399ada py3: use encoding.environ in ui.py Using source transformer we add

[PATCH 7 of 7] py3: use encoding.environ in ui.py

2016-11-02 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1478122977 -19800 # Thu Nov 03 03:12:57 2016 +0530 # Node ID 9bdf6ee77b17dc2a1ce29fb347e90bd8dd17eaed # Parent 8cd0e855ebb448a4ec1e835b346a920a1cb835cb py3: use encoding.environ in ui.py Using source transformer we add