<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 19, 2013 at 11:20 PM, senthil.kumaran <span dir="ltr"><<a href="mailto:python-checkins@python.org" target="_blank">python-checkins@python.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="http://hg.python.org/cpython/rev/dfead0696a71" target="_blank">http://hg.python.org/cpython/rev/dfead0696a71</a><br>


changeset:   84224:dfead0696a71<br>
branch:      3.3<br>
parent:      84221:0113247f894b<br>
user:        Senthil Kumaran <<a href="mailto:senthil@uthcode.com">senthil@uthcode.com</a>><br>
date:        Wed Jun 19 22:19:46 2013 -0500<br>
summary:<br>
  Add -b and -X options to python man page.<br>
Patch contributed by Corey Brune.<br>
<br>
files:<br>
  Misc/python.man |  22 ++++++++++++++++++----<br>
  1 files changed, 18 insertions(+), 4 deletions(-)<br>
<br>
<br>
diff --git a/Misc/python.man b/Misc/python.man<br>
--- a/Misc/python.man<br>
+++ b/Misc/python.man<br>
@@ -11,6 +11,9 @@<br>
 .B \-B<br>
 ]<br>
 [<br>
+.B \-b<br>
+]<br>
+[<br>
 .B \-d<br>
 ]<br>
 [<br>
@@ -23,14 +26,14 @@<br>
 .B \-i<br>
 ]<br>
 [<br>
-.B \-m<br>
+.B \-m<br>
 .I module-name<br>
 ]<br>
-[<br>
-.B \-q<br>
-]<br>
 .br<br>
        [<br>
+.B \-q<br>
+]<br>
+[<br>
 .B \-O<br>
 ]<br>
 [<br>
@@ -60,6 +63,10 @@<br>
 .B \-x<br>
 ]<br>
 [<br>
+[<br>
+.B \-X<br>
+.I option<br>
+]<br>
 .B \-?<br>
 ]<br>
 .br<br>
@@ -105,6 +112,10 @@<br>
 .I .py[co]<br>
 files on import. See also PYTHONDONTWRITEBYTECODE.<br>
 .TP<br>
+.B \-b<br>
+Issue warnings about str(bytes_instance), str(bytearray_instance)<br>
+and comparing bytes/bytearray with str. (-bb: issue errors)<br>
+.TP<br>
 .BI "\-c " command<br>
 Specify the command to execute (see next section).<br>
 This terminates the option list (following options are passed as<br>
@@ -243,6 +254,9 @@<br>
 field matches the line number, where zero matches all line numbers and<br>
 is thus equivalent to an omitted line number.<br>
 .TP<br>
+.BI "\-X " option<br>
+Set implementation specific option.<br></blockquote><div><br></div><div>Should probably be "Set the implementation-specific option."</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


+.TP<br>
 .B \-x<br>
 Skip the first line of the source.  This is intended for a DOS<br>
 specific hack only.  Warning: the line numbers in error messages will<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Repository URL: <a href="http://hg.python.org/cpython" target="_blank">http://hg.python.org/cpython</a><br>
</font></span><br>_______________________________________________<br>
Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-checkins" target="_blank">http://mail.python.org/mailman/listinfo/python-checkins</a><br>
<br></blockquote></div><br></div></div>