Issue 23983: Update example in the pty documentation (original) (raw)

Issue23983

Created on 2015-04-17 01:17 by berker.peksag, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pty-example.diff berker.peksag,2015-04-17 01:17 review
Messages (2)
msg241301 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-04-17 01:17
I was reading pty docs after watching a PyCon talk and the example in https://docs.python.org/3/library/pty.html#example looked a bit outdated to me. Here is a patch to update it. Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
msg242973 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-12 14:25
New changeset e656bece13fa by Berker Peksag in branch '3.4': Issue #23983: Update the pty module example. https://hg.python.org/cpython/rev/e656bece13fa New changeset 0be7c8f46378 by Berker Peksag in branch 'default': Issue #23983: Update the pty module example. https://hg.python.org/cpython/rev/0be7c8f46378
History
Date User Action Args
2022-04-11 14:58:15 admin set github: 68171
2015-05-12 14:26:14 berker.peksag set status: open -> closedresolution: fixedstage: patch review -> resolved
2015-05-12 14:25:30 python-dev set nosy: + python-devmessages: +
2015-04-17 03:51:08 ned.deily set nosy: + twouters
2015-04-17 01:17:28 berker.peksag create