]> granicus.if.org Git - python/commit
Remove reST markup from --help output. Also: O(n**2) is dict construction, not singl...
authorGeorg Brandl <georg@python.org>
Tue, 21 Feb 2012 21:36:27 +0000 (22:36 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 21 Feb 2012 21:36:27 +0000 (22:36 +0100)
commitc9a42070a64af6d75529118b6169ab172218c170
treeb1c0129949eed96599329b1425581c773e52f823
parent69e9727657dad167215b656de910d95cefe1ee45
Remove reST markup from --help output.  Also: O(n**2) is dict construction, not single insertion.
Doc/using/cmdline.rst
Misc/python.man
Modules/main.c