[Python-Dev] [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4
Benjamin Peterson
benjamin at python.org
Thu Apr 17 18:42:31 CEST 2014
On Thu, Apr 17, 2014, at 8:55, matthias.klose wrote:
> http://hg.python.org/cpython/rev/1d1aefd00f07
> changeset: 90382:1d1aefd00f07
> parent: 90380:517de1983677
> parent: 90381:1a00e04a233d
> user: doko at ubuntu.com
> date: Thu Apr 17 17:55:03 2014 +0200
> summary:
> Merge 3.4
>
> files:
> Misc/NEWS | 6 ++++++
> setup.py | 15 +++++++++++++--
> 2 files changed, 19 insertions(+), 2 deletions(-)
>
>
> diff --git a/Misc/NEWS b/Misc/NEWS
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -244,8 +244,14 @@
> Build
> -----
>
> +<<<<<<< local
> - Issue #17861: Tools/scripts/generate_opcode_h.py automatically
> regenerates
> Include/opcode.h from Lib/opcode.py if the later gets any change.
> +=======
> +- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
> + include directories if they aren't already being searched. This avoids
> + an explicit runtime library dependency.
> +>>>>>>> other
You might want to actually resolve this conflict.
More information about the Python-Dev
mailing list