[Python-checkins] cpython (2.7): Issue #16863: Explain difference between text and 2.7 behavior.

terry.reedy python-checkins at python.org
Thu Oct 23 00:00:20 CEST 2014


https://hg.python.org/cpython/rev/e7428d7f641f
changeset:   93157:e7428d7f641f
branch:      2.7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Oct 22 17:59:53 2014 -0400
summary:
  Issue #16863: Explain difference between text and 2.7 behavior.

files:
  Doc/howto/argparse.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst
--- a/Doc/howto/argparse.rst
+++ b/Doc/howto/argparse.rst
@@ -8,6 +8,8 @@
 
 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::
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list