Issue 30946: readline module has obsolete code (original) (raw)
Issue30946
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75129
classification
Title: | readline module has obsolete code | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Extension Modules | Versions: | Python 3.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | pitrou | |
Priority: | low | Keywords: |
Created on 2017-07-17 10:31 by pitrou, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 2738 | merged | pitrou,2017-07-17 10:33 |
Messages (3) | ||
---|---|---|
msg298479 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2017-07-17 10:31 |
The readline module has obsolete code for platforms where GNU readline is older than 2.1 or where select() is not available. | ||
msg298480 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2017-07-17 10:53 |
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. | ||
msg298594 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2017-07-18 15:05 |
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 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:49 | admin | set | github: 75129 |
2017-07-18 15:05:24 | pitrou | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2017-07-18 15:05:09 | pitrou | set | messages: + |
2017-07-17 10:53:25 | pitrou | set | stage: needs patch -> patch review |
2017-07-17 10:53:16 | pitrou | set | messages: + |
2017-07-17 10:33:48 | pitrou | set | pull_requests: + <pull%5Frequest2798> |
2017-07-17 10:31:54 | pitrou | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements