Re: [PATCH 2 of 3] py3: convert parsed message items to bytes in patch.extract()

2018-04-07 Thread Pulkit Goyal
On Sat, Apr 7, 2018 at 11:02 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1523076157 -32400 > # Sat Apr 07 13:42:37 2018 +0900 > # Node ID e500a16779ebbd095bacc793a42ff57a91c47737 > # Parent 5f401721fa2a4ba1e5b5ea570c9c0978481a20f7 > py3: convert parsed

[PATCH 2 of 3] py3: convert parsed message items to bytes in patch.extract()

2018-04-06 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1523076157 -32400 # Sat Apr 07 13:42:37 2018 +0900 # Node ID e500a16779ebbd095bacc793a42ff57a91c47737 # Parent 5f401721fa2a4ba1e5b5ea570c9c0978481a20f7 py3: convert parsed message items to bytes in patch.extract() Appears that BytesParser()