diff options
author | recht <recht@pkgsrc.org> | 2004-06-02 12:29:28 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-02 12:29:28 +0000 |
commit | bb50a9cc2dd39d902220e317b900bddf2963e43d (patch) | |
tree | 67fde7bb84f7dc91876a358f74ae23e83d0644ee /lang/python23/patches/patch-ae | |
parent | 44a7727c9b33745dc2ec196af7be32cdd06b57d5 (diff) | |
download | pkgsrc-bb50a9cc2dd39d902220e317b900bddf2963e43d.tar.gz |
Update to 2.3.4
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of weakref bugs and a bug in pickle version 2. There
are also a number of fixes to the standard library, and some build
fixes - see the release notes ( http://www.python.org/2.3.4/NEWS.html )
for details.
Diffstat (limited to 'lang/python23/patches/patch-ae')
-rw-r--r-- | lang/python23/patches/patch-ae | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python23/patches/patch-ae b/lang/python23/patches/patch-ae index e3e2b097710..118937175c7 100644 --- a/lang/python23/patches/patch-ae +++ b/lang/python23/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.2 2003/12/08 21:13:56 recht Exp $ +$NetBSD: patch-ae,v 1.3 2004/06/02 12:29:28 recht Exp $ ---- Lib/distutils/command/build_scripts.py.orig 2003-06-27 21:33:38.000000000 +0200 -+++ Lib/distutils/command/build_scripts.py -@@ -99,7 +99,7 @@ class build_scripts (Command): +--- Lib/distutils/command/build_scripts.py.orig 2004-04-01 05:56:46.000000000 +0200 ++++ Lib/distutils/command/build_scripts.py 2004-06-02 13:45:05.000000000 +0200 +@@ -101,7 +101,7 @@ outf.write("#!%s%s\n" % (os.path.join( sysconfig.get_config_var("BINDIR"), |