cpython/Doc/faq
Pablo Galindo Salgado dafada393f
[3.9] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30934)
Since,

- Py_CompileString no longer allows to distinguish "incomplete input"
  from "invalid input"
- there is no alternative solution available from the Python C API
  due to how the new parser works (rewritten in 3.9)
- the only supported way is to manually import the codeop module from C
  and use its API as IDLE does, and accept its own complications

it is desirable to remove this Q&A from the official FAQ..
(cherry picked from commit f0a648152f)

Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>

Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>
2022-01-27 00:16:44 +00:00
..
design.rst bpo-43698: do not use ... as argument name in docs (GH-30502) 2022-01-26 04:42:39 -08:00
extending.rst [3.9] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30934) 2022-01-27 00:16:44 +00:00
general.rst bpo-41573: Update release versions in General FAQ (GH-21915) (#21938) 2020-08-22 03:47:37 -04:00
gui.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524) 2021-09-23 13:25:57 +03:00
index.rst Improve FAQ link in documentation (for issue #16435). 2012-11-09 17:52:30 -08:00
installed.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524) 2021-09-23 13:25:57 +03:00
library.rst [3.9] bpo-45845: Change link for pyserial (GH-29675) 2021-11-20 15:52:07 -05:00
programming.rst bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29657) 2021-11-20 16:57:37 +01:00
python-video-icon.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) 2018-07-01 16:02:52 +09:00
windows.rst bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26312) 2021-05-22 23:23:11 +01:00