summaryrefslogtreecommitdiff
path: root/lang/python27/patches/patch-ab
diff options
context:
space:
mode:
authoradam <adam>2012-04-13 18:47:27 +0000
committeradam <adam>2012-04-13 18:47:27 +0000
commitf57dd7af6748e74fd106132e2fd6206a5ea4097a (patch)
treeeb4a62dfdf901874c8bfd3e88349e2dfc2a8b4e4 /lang/python27/patches/patch-ab
parent9ba6793c372df4700688326921de8bf92b6b0750 (diff)
downloadpkgsrc-f57dd7af6748e74fd106132e2fd6206a5ea4097a.tar.gz
Changes 2.7.3:
* An ordered dictionary type * New unittest features including test skipping, new assert methods, and test discovery * A much faster io module * Automatic numbering of fields in the str.format() method * Float repr improvements backported from 3.x * Tile support for Tkinter * A backport of the memoryview object from 3.x * Set literals * Set and dictionary comprehensions * Dictionary views * New syntax for nested with statements * The sysconfig module
Diffstat (limited to 'lang/python27/patches/patch-ab')
-rw-r--r--lang/python27/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/patches/patch-ab b/lang/python27/patches/patch-ab
index 90219ebef9b..403c97fa687 100644
--- a/lang/python27/patches/patch-ab
+++ b/lang/python27/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2011/02/22 08:52:01 obache Exp $
+$NetBSD: patch-ab,v 1.2 2012/04/13 18:47:31 adam Exp $
--- Lib/distutils/command/build_ext.py.orig 2010-04-01 18:17:09.000000000 +0000
+++ Lib/distutils/command/build_ext.py
-@@ -514,8 +514,19 @@ class build_ext (Command):
+@@ -513,8 +513,19 @@ class build_ext (Command):
# that go into the mix.
if ext.extra_objects:
objects.extend(ext.extra_objects)