cpython: e656bece13fa (original) (raw)

Mercurial > cpython

changeset 95981:e656bece13fa 3.4

Issue #23983: Update the pty module example. Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt [#23983]

Berker Peksag berker.peksag@gmail.com
date Tue, 12 May 2015 17:25:06 +0300
parents 7d722c9049ff
children 0be7c8f46378 ee7d2c9c70ab
files Doc/library/pty.rst
diffstat 1 files changed, 24 insertions(+), 32 deletions(-)[+] [-] Doc/library/pty.rst 56

line wrap: on

line diff

--- a/Doc/library/pty.rst +++ b/Doc/library/pty.rst @@ -58,40 +58,32 @@ The following program acts like the Unix pseudo-terminal to record all input and output of a terminal session in a "typescript". ::

-

+