Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Feb 2023 18:33:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269416] devel/rlwrap repeat input when used in python shell
Message-ID:  <bug-269416-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269416

            Bug ID: 269416
           Summary: devel/rlwrap repeat input when used in python shell
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: m.viey@wanadoo.fr
                CC: gamato@users.sf.net
             Flags: maintainer-feedback?(gamato@users.sf.net)
                CC: gamato@users.sf.net

Hi,

I have an issue with python shell in all my virtualenv (created with pyenv)=
. It
seems it repeats input, here I give 12345 and it repeats 12345 twice:

$ rlwrap python
Python 3.10.7 (main, Oct 27 2022, 14:11:14) [Clang 14.0.5
(https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386 on freeb=
sd14
Type "help", "copyright", "credits" or "license" for more information.
>>> 123412345
12345
>>>=20


I don't know if the issue comes from rlwrap or a misconfiguration .

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269416-7788>