Re: [PATCH][hooks-bin] Port email_to.py to Python3.

2022-01-05 Thread Joseph Myers
On Wed, 5 Jan 2022, Martin Liška wrote: > Please install it, apparently I can't push commits there: Done. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH][hooks-bin] Port email_to.py to Python3.

2022-01-05 Thread Martin Liška
On 1/4/22 22:20, Joseph Myers wrote: On Mon, 3 Jan 2022, Martin Liška wrote: The patch ports the script to Python3. Tested with: $ echo "libstdc++-v3/xx" | ./email_to.py gcc-...@gcc.gnu.org libstdc++-...@gcc.gnu.org May I install it? OK. Please install it, apparently I can't push commit

Re: [PATCH][hooks-bin] Port email_to.py to Python3.

2022-01-04 Thread Joseph Myers
On Mon, 3 Jan 2022, Martin Liška wrote: > The patch ports the script to Python3. > > Tested with: > > $ echo "libstdc++-v3/xx" | ./email_to.py > gcc-...@gcc.gnu.org > libstdc++-...@gcc.gnu.org > > May I install it? OK. -- Joseph S. Myers jos...@codesourcery.com

[PATCH][hooks-bin] Port email_to.py to Python3.

2022-01-03 Thread Martin Liška
The patch ports the script to Python3. Tested with: $ echo "libstdc++-v3/xx" | ./email_to.py gcc-...@gcc.gnu.org libstdc++-...@gcc.gnu.org May I install it? Thanks, Martin --- email_to.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_to.py b/email_to.py index 073b7