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.
This commit is contained in:
Victor Stinner 2017-11-20 08:08:03 -08:00 committed by GitHub
parent 44862df2ee
commit c5a2071586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -388,8 +388,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:: -X