]> granicus.if.org Git - python/commitdiff
Issue #16863: Explain difference between text and 2.7 behavior.
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Oct 2014 21:59:53 +0000 (17:59 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Oct 2014 21:59:53 +0000 (17:59 -0400)
Doc/howto/argparse.rst

index f110a55bba7902ba031cadd91fced20ef58d6dac..f113c9847832d7c0719589d8e95e54178909149f 100644 (file)
@@ -8,6 +8,8 @@ Argparse Tutorial
 
 This tutorial is intended to be a gentle introduction to :mod:`argparse`, the
 recommended command-line parsing module in the Python standard library.
+This was written for argparse in Python 3. A few details are different in 2.x,
+especially some exception messages, which were improved in 3.x.
 
 .. note::