diff -r 1b2cbdc9c1d4 Misc/python.man --- a/Misc/python.man Fri Jun 14 15:48:16 2013 +0200 +++ b/Misc/python.man Wed Jun 19 13:52:06 2013 -0500 @@ -11,6 +11,9 @@ .B \-B ] [ +.B \-b +] +[ .B \-d ] [ @@ -60,6 +63,10 @@ .B \-x ] [ +[ +.B \-X +.I option +] .B \-? ] .br @@ -105,6 +112,10 @@ .I .py[co] files on import. See also PYTHONDONTWRITEBYTECODE. .TP +.B \-b +Issue warnings about str(bytes_instance), str(bytearray_instance) +and comparing bytes/bytearray with str. (-bb: issue errors) +.TP .BI "\-c " command Specify the command to execute (see next section). This terminates the option list (following options are passed as @@ -243,6 +254,9 @@ field matches the line number, where zero matches all line numbers and is thus equivalent to an omitted line number. .TP +.BI "\-X " option +Set implementation specific option. +.TP .B \-x Skip the first line of the source. This is intended for a DOS specific hack only. Warning: the line numbers in error messages will