From 733b5f3f2f2425fa939d71bc317f2e0f1968c2a0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 20 Nov 2017 07:08:44 -0800 Subject: bpo-32050: Fix -x option documentation (#4423) 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index c35bb34..c27ec4f 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -411,8 +411,6 @@ Miscellaneous options Skip the first line of the source, allowing use of non-Unix forms of ``#!cmd``. This is intended for a DOS specific hack only. - .. note:: The line numbers in error messages will be off by one. - .. cmdoption:: -3 Warn about Python 3.x possible incompatibilities by emitting a -- cgit v0.12