]> granicus.if.org Git - python/commit
bpo-32050: Fix -x option documentation (GH-4475) (#4477)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Nov 2017 16:16:08 +0000 (08:16 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 20 Nov 2017 16:16:08 +0000 (08:16 -0800)
commit60a376cf0023d1070329d0e861a5596637ff3275
tree80229276ce0eb8846d1c1989f024254f3746e712
parentb071a5e838a0e84c4e8a60448fbd40e8a7e5c882
bpo-32050: Fix -x option documentation (GH-4475) (#4477)

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