Opened 17 years ago

Closed 15 years ago

Last modified 15 years ago

#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 17 years ago by blair (Blair Zajac)

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

comment:2 Changed 17 years ago by pipping@…

Milestone: Available Ports

comment:3 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:4 Changed 15 years ago by blb@…

Port: python24 added
Resolution: fixed
Status: newclosed

readline disabled as a built-in module in r42379 (since it causes crashing, see #13238).

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.