[issue30946] readline module has obsolete code

2017-07-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30946] readline module has obsolete code

2017-07-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset f474c5a3f3c1fbc0383800b88e8518d43a52d1d1 by Antoine Pitrou in branch 'master': bpo-30946: Remove obsolete fallback code in readline module (#2738) https://github.com/python/cpython/commit/f474c5a3f3c1fbc0383800b88e8518d43a52d1d1 --

[issue30946] readline module has obsolete code

2017-07-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue30946] readline module has obsolete code

2017-07-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: According to https://ftp.gnu.org/gnu/readline/, GNU readline 2.1 was released in 1997... We could probably even require 5.0 (released in 2004), but it raises the question of which functions are supported by third-party emulations such as libedit. --

[issue30946] readline module has obsolete code

2017-07-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- pull_requests: +2798 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30946] readline module has obsolete code

2017-07-17 Thread Antoine Pitrou
New submission from Antoine Pitrou: The readline module has obsolete code for platforms where GNU readline is older than 2.1 or where select() is not available. -- components: Extension Modules messages: 298479 nosy: pitrou priority: low severity: normal stage: needs patch status: open