]> granicus.if.org Git - python/commitdiff
#14034: merge argparse tutorial from 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 6 May 2012 13:34:43 +0000 (16:34 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 6 May 2012 13:34:43 +0000 (16:34 +0300)
1  2 
Doc/library/argparse.rst
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index e389940e5513d133b9a33fc3619f192b09adb8f1,c63a06dd12d69339f8b95ad6a391d06dd89a4d1a..b828fda5a3da4c0a7f902fdb243187b628158720
+++ b/Misc/NEWS
@@@ -479,12 -215,27 +479,17 @@@ Buil
  - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
    Based on patch from HervĂ© Coatanhay.
  
 -Documentation
 --------------
 -
 -- Issue #8799: Fix and improve the threading.Condition documentation.
 -
 +- Issue #14321: Do not run pgen during the build if files are up to date.
+ Documentation
+ -------------
+ - Issue #14034: added the argparse tutorial.
  
 -What's New in Python 3.2.3 release candidate 2?
 -===============================================
 -
 -*Release date: XX-Mar-2012*
 -
 -Library
 --------
 +- Issue #14324: Fix configure tests for cross builds.
  
 -- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
 -  on Windows.
 +- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
 +  config.{guess,sub}. Don't use uname calls for cross builds.
  
  Extension Modules
  -----------------