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.

Author berker.peksag
Recipients berker.peksag, docs@python
Date 2015-04-17.01:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429233448.23.0.72580455628.issue23983@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-04-17 01:17:28berker.peksagsetrecipients: + berker.peksag, docs@python
2015-04-17 01:17:28berker.peksagsetmessageid: <1429233448.23.0.72580455628.issue23983@psf.upfronthosting.co.za>
2015-04-17 01:17:28berker.peksaglinkissue23983 messages
2015-04-17 01:17:27berker.peksagcreate