[issue18459] readline: libedit support on non-apple platforms

2015-05-24 Thread Martin Panter

Martin Panter added the comment:

There was already a potential patch in Issue 13501.

--
nosy: +vadmium
resolution:  - duplicate
superseder:  - Make libedit support more generic; port readline / libedit to 
FreeBSD

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18459
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18459] readline: libedit support on non-apple platforms

2015-05-24 Thread Martin Panter

Changes by Martin Panter vadmium...@gmail.com:


--
stage: needs patch - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18459
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18459] readline: libedit support on non-apple platforms

2014-10-05 Thread Mark Lawrence

Mark Lawrence added the comment:

Just a gentle reminder.

--
components: +Extension Modules
nosy: +BreamoreBoy
versions: +Python 2.7, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18459
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18459] readline: libedit support on non-apple platforms

2013-07-15 Thread Ronald Oussoren

New submission from Ronald Oussoren:

Modules/readline.c contains some code that improves interop with the readline 
emulation in libedit. That interop code is currently guarded by '#ifdef 
__APPLE__' preprocessor tests.

This should be replaced by '#if HAVE_LIBEDIT' to make it possible to use the 
same interop code on other platforms with libedit (such as BSD systems). 

A patch should have two parts:

1) Detect in either configure or setup.py if libedit's readline emulation
   will/should be used.

2) Change the __APPLE__ guards by HAVE_LIBEDIT guards.

--
messages: 193092
nosy: ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: readline: libedit support on non-apple platforms
type: behavior
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18459
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com