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 073b713..f47120c 100755
--- a/email_to.py
+++ b/email_to.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
import sys --
2.34.1

Reply via email to