#10964 closed defect (fixed)
python24 ignores --without-readline and has readline capability in it
Reported by: | blair (Blair Zajac) | Owned by: | mww@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | python24 |
Description
On my recent Python 2.4.3 builds, I noticed that I had readline functionality in the python shell. It turns out that the package has the readline.so in it, in spite of the --without-readline configure argument.
$ /opt/local/bin/port contents python24 | grep readline /opt/local/lib/python2.4/lib-dynload/readline.so
So right now, there's not much point to the py-readline module, since python24 has it.
Regards, Blair
Change History (5)
comment:1 Changed 18 years ago by blair (Blair Zajac)
comment:2 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:3 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:4 Changed 16 years ago by blb@…
Port: | python24 added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Just checked python25 and the same goes for that. But in that case, we don't have a py-readline for 2.5, so keeping it would be nice.
Regards, Blair