diff options
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index b411029..0f38c5b 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -74,6 +74,11 @@ python \- an interpreted, interactive, object-oriented programming language ] .br [ +.B \--check-hash-based-pycs +\'default\'|\'always\'|\'never\' +] +.br + [ .B \-c .I command | @@ -123,6 +128,9 @@ Specify the command to execute (see next section). This terminates the option list (following options are passed as arguments to the command). .TP +.BI "\-\-check-hash-based-pycs " mode +Configure how Python evaluates the up-to-dateness of hash-based .pyc files. +.TP .B \-d Turn on parser debugging output (for expert only, depending on compilation options). |