<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eac5ffd0b9d18325862d621871df0875ac2fc07f">https://github.com/macports/macports-ports/commit/eac5ffd0b9d18325862d621871df0875ac2fc07f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit eac5ffd0b9d18325862d621871df0875ac2fc07f
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Sep 8 07:56:51 2017 +1000

<span style='display:block; white-space:pre;color:#404040;'>    python36: remove advice to install py36-readline
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The module is currently broken with python 3.6.
</span>---
 lang/python36/Portfile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python36/Portfile b/lang/python36/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 550d0bd..94d1768 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python36/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python36/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,12 +114,9 @@ the 'python' or 'python3' commands), run one or both of:
</span>     sudo port select --set python $pythonNoDot
     sudo port select --set python3 $pythonNoDot
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-##############################################################
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# IF YOU ARE USING PYTHON FROM THE TERMINAL, PLEASE INSTALL:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#   py[string map {. {}} $branch]-readline
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# TO AVOID A LIBEDIT / PYTHON INTERACTION ISSUE.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# REF: https://trac.macports.org/ticket/48807
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-##############################################################
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you are using python interactively from the terminal, consider using the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++readline variant to avoid a libedit / python interaction issue.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+REF: https://trac.macports.org/ticket/48807
</span> "
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>