bpo-32050: Fix -x option documentation (#4423) · python/cpython@733b5f3

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 733b5f3

authored

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.

1 parent aa91005 commit 733b5f3

File tree

1 file changed

+

0

-

2

lines changed

1 file changed

+

0

-

2

lines changed

Lines changed: 0 additions & 2 deletions

Original file line numberDiff line numberDiff line change

@@ -411,8 +411,6 @@ Miscellaneous options

411411

Skip the first line of the source, allowing use of non-Unix forms of

412412

``#!cmd``. This is intended for a DOS specific hack only.

413413
414-

.. note:: The line numbers in error messages will be off by one.

415-
416414

.. cmdoption:: -3

417415
418416

Warn about Python 3.x possible incompatibilities by emitting a

0 commit comments

Comments

 (0)