]> granicus.if.org Git - python/commitdiff
Merge with 3.2 for #14359.
authorRoss Lagerwall <rosslagerwall@gmail.com>
Mon, 19 Mar 2012 04:13:13 +0000 (06:13 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Mon, 19 Mar 2012 04:13:13 +0000 (06:13 +0200)
1  2 
Misc/ACKS
Misc/NEWS

diff --cc Misc/ACKS
index eeb61e08e0d077947ce78e154016a1eeef6bb767,77cec5c645eba9511d575360ad93139a07982a8a..2cd02bf35ece78f94d3e8b92ab06b86d291dc5ca
+++ b/Misc/ACKS
@@@ -186,8 -172,8 +186,9 @@@ Chris Clar
  Mike Clarkson
  Andrew Clegg
  Brad Clements
 +Robbie Clemons
  Steve Clift
+ HervĂ© Coatanhay
  Nick Coghlan
  Josh Cogliati
  Dave Cole
diff --cc Misc/NEWS
index 93fb4bd5d991286ef787c9394195d2c0c939d63e,40b17fc87f6bd457ee6661e31161a81b4e21e525..f03aeb5c1a5c7898b2de898e8d8e1dbd0e9b1381
+++ b/Misc/NEWS
@@@ -129,12 -81,20 +129,15 @@@ Librar
  Build
  -----
  
+ - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
+   Based on patch from HervĂ© Coatanhay.
 +- Issue #14321: Do not run pgen during the build if files are up to date.
  
 -What's New in Python 3.2.3 release candidate 2?
 -===============================================
 -
 -*Release date: XX-Mar-2012*
 +- Issue #14324: Fix configure tests for cross builds.
  
 -Library
 --------
 -
 -- 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
  -----------------