From: Ezio Melotti Date: Sun, 6 May 2012 13:34:43 +0000 (+0300) Subject: #14034: merge argparse tutorial from 3.2. X-Git-Tag: v3.3.0a4~255^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df5bedbf88504edc78b94d581c4111b0265f9563;p=thirdparty%2FPython%2Fcpython.git #14034: merge argparse tutorial from 3.2. --- df5bedbf88504edc78b94d581c4111b0265f9563 diff --cc Misc/NEWS index e389940e5513,c63a06dd12d6..b828fda5a3da --- a/Misc/NEWS +++ 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 -----------------