bpo-22865: Expand on documentation for the pty.spawn function#11980
bpo-22865: Expand on documentation for the pty.spawn function#11980vstinner merged 7 commits intopython:masterfrom
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
3db24cc to
ae9ad20
Compare
|
I rewrote some things and included the suggestions made by @vadmium. I also added a bunch of documentation about what happens when an EOF condition is signalled. |
|
I don't know well the pty module and so is unable to review this long description. So I asked for a review at: By the way, I'm fine with documenting bugs, but for the longer term we should maybe try to fix it ;-) |
c6ba002 to
3f67273
Compare
|
Is there anything I can do to help move this forward again? @vstinner @csabella @JulienPalard |
|
Thanks @RadicalZephyr for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
Sorry, @RadicalZephyr and @vstinner, I could not cleanly backport this to |
Honestly, I'm far from an expert of PTY. I trust you, so I just merged your PR :-D
Can you please try to backport the change to 3.7? If not, I just close https://bugs.python.org/issue22865 |
…ythonGH-11980). (cherry picked from commit 522ccef) Co-authored-by: Geoff Shannon <earthlingzephyr@gmail.com>
|
GH-13455 is a backport of this pull request to the 3.7 branch. |
|
thanks @vstinner! |
Honestly, thanks to you. Your doc enhancement is really helpful, and we need more experts on some special functions like pty.spawn(). There are so many corner cases which are painful to discover by trail-and-error. |
Documentation enhancements for the
pyt.spawnfunction as discussed in issue 22865.https://bugs.python.org/issue22865