]> granicus.if.org Git - python/commit
bpo-32050: Fix -x option documentation (#4475)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 20 Nov 2017 16:08:03 +0000 (08:08 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 16:08:03 +0000 (08:08 -0800)
commitc5a2071586f735d2a61d1756e7011cfbb6ce86c9
treec65a993a00e2c169506d03418eeae1edea087fe1
parent44862df2eeec62adea20672b0fe2a5d3e160569e
bpo-32050: Fix -x option documentation (#4475)

The line number in correct when using the -x option: Py_Main() uses
ungetc() to not skip the first newline character.
Doc/using/cmdline.rst