1 diff -u Python-2.6.4/Lib/platform.py.orig Python-2.6.4/Lib/platform.py
   2 --- Python-2.6.4/Lib/platform.py.orig   Mon Feb 21 10:46:30 2011
   3 +++ Python-2.6.4/Lib/platform.py        Mon Feb 21 10:46:30 2011
   4 @@ -1,4 +1,4 @@
   5 -#!/usr/bin/env python
   6 +#!/usr/bin/python2.6
   7  
   8  """ This module tries to retrieve as much platform-identifying data as
   9      possible. It makes this information available via function APIs.
  10 diff -u Python-2.6.4/Lib/profile.py.orig Python-2.6.4/Lib/profile.py
  11 --- Python-2.6.4/Lib/profile.py.orig    Mon Feb 21 10:46:25 2011
  12 +++ Python-2.6.4/Lib/profile.py Mon Feb 21 10:46:25 2011
  13 @@ -1,4 +1,4 @@
  14 -#! /usr/bin/env python
  15 +#!/usr/bin/python2.6
  16  #
  17  # Class for profiling python code. rev 1.0  6/2/94
  18  #
  19 diff -u Python-2.6.4/Lib/trace.py.orig Python-2.6.4/Lib/trace.py
  20 --- Python-2.6.4/Lib/trace.py.orig      Mon Feb 21 10:46:29 2011
  21 +++ Python-2.6.4/Lib/trace.py   Mon Feb 21 10:46:29 2011
  22 @@ -1,4 +1,4 @@
  23 -#!/usr/bin/env python
  24 +#!/usr/bin/python2.6
  25  
  26  # portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
  27  # err...  reserved and offered to the public under the terms of the
  28 diff -u Python-2.6.4/Lib/cProfile.py.orig Python-2.6.4/Lib/cProfile.py
  29 --- Python-2.6.4/Lib/cProfile.py.orig   Mon Feb 21 10:46:29 2011
  30 +++ Python-2.6.4/Lib/cProfile.py        Mon Feb 21 10:46:29 2011
  31 @@ -1,4 +1,4 @@
  32 -#! /usr/bin/env python
  33 +#!/usr/bin/python2.6
  34  
  35  """Python interface for the 'lsprof' profiler.
  36     Compatible with the 'profile' module.
  37 diff -u Python-2.6.4/Lib/idlelib/PyShell.py.orig Python-2.6.4/Lib/idlelib/PyShell.py
  38 --- Python-2.6.4/Lib/idlelib/PyShell.py.orig    Mon Feb 21 10:46:23 2011
  39 +++ Python-2.6.4/Lib/idlelib/PyShell.py Mon Feb 21 10:46:23 2011
  40 @@ -1,4 +1,4 @@
  41 -#! /usr/bin/env python
  42 +#!/usr/bin/python2.6
  43  
  44  import os
  45  import os.path
  46 diff -u Python-2.6.4/Lib/UserString.py.orig Python-2.6.4/Lib/UserString.py
  47 --- Python-2.6.4/Lib/UserString.py.orig Mon Feb 21 10:46:27 2011
  48 +++ Python-2.6.4/Lib/UserString.py      Mon Feb 21 10:46:27 2011
  49 @@ -1,4 +1,4 @@
  50 -#!/usr/bin/env python
  51 +#!/usr/bin/python2.6
  52  ## vim:ts=4:et:nowrap
  53  """A user-defined wrapper around string objects
  54  
  55 diff -u Python-2.6.4/Lib/lib2to3/pgen2/token.py.orig Python-2.6.4/Lib/lib2to3/pgen2/token.py
  56 --- Python-2.6.4/Lib/lib2to3/pgen2/token.py.orig        Mon Feb 21 10:46:25 2011
  57 +++ Python-2.6.4/Lib/lib2to3/pgen2/token.py     Mon Feb 21 10:46:25 2011
  58 @@ -1,4 +1,4 @@
  59 -#! /usr/bin/env python
  60 +#!/usr/bin/python2.6
  61  
  62  """Token constants (from "token.h")."""
  63  
  64 diff -u Python-2.6.4/Lib/cgi.py.orig Python-2.6.4/Lib/cgi.py
  65 --- Python-2.6.4/Lib/cgi.py.orig        Mon Feb 21 10:46:24 2011
  66 +++ Python-2.6.4/Lib/cgi.py     Mon Feb 21 10:46:24 2011
  67 @@ -1,4 +1,4 @@
  68 -#! /usr/local/bin/python
  69 +#!/usr/bin/python2.6
  70  
  71  # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
  72  # intentionally NOT "/usr/bin/env python".  On many systems
  73 diff -u Python-2.6.4/Lib/base64.py.orig Python-2.6.4/Lib/base64.py
  74 --- Python-2.6.4/Lib/base64.py.orig     Mon Feb 21 10:46:36 2011
  75 +++ Python-2.6.4/Lib/base64.py  Mon Feb 21 10:46:36 2011
  76 @@ -1,4 +1,4 @@
  77 -#! /usr/bin/env python
  78 +#!/usr/bin/python2.6
  79  
  80  """RFC 3548: Base16, Base32, Base64 Data Encodings"""
  81  
  82 diff -u Python-2.6.4/Lib/encodings/rot_13.py.orig Python-2.6.4/Lib/encodings/rot_13.py
  83 --- Python-2.6.4/Lib/encodings/rot_13.py.orig   Mon Feb 21 10:46:26 2011
  84 +++ Python-2.6.4/Lib/encodings/rot_13.py        Mon Feb 21 10:46:26 2011
  85 @@ -1,4 +1,4 @@
  86 -#!/usr/bin/env python
  87 +#!/usr/bin/python2.6
  88  """ Python Character Mapping Codec for ROT13.
  89  
  90      See http://ucsub.colorado.edu/~kominek/rot13/ for details.
  91 diff -u Python-2.6.4/Lib/tabnanny.py.orig Python-2.6.4/Lib/tabnanny.py
  92 --- Python-2.6.4/Lib/tabnanny.py.orig   Mon Feb 21 10:46:27 2011
  93 +++ Python-2.6.4/Lib/tabnanny.py        Mon Feb 21 10:46:27 2011
  94 @@ -1,4 +1,4 @@
  95 -#! /usr/bin/env python
  96 +#!/usr/bin/python2.6
  97  
  98  """The Tab Nanny despises ambiguous indentation.  She knows no mercy.
  99  
 100 diff -u Python-2.6.4/Lib/timeit.py.orig Python-2.6.4/Lib/timeit.py
 101 --- Python-2.6.4/Lib/timeit.py.orig     Mon Feb 21 10:46:23 2011
 102 +++ Python-2.6.4/Lib/timeit.py  Mon Feb 21 10:46:23 2011
 103 @@ -1,4 +1,4 @@
 104 -#! /usr/bin/env python
 105 +#!/usr/bin/python2.6
 106  
 107  """Tool for measuring execution time of small code snippets.
 108  
 109 diff -u Python-2.6.4/Lib/pydoc.py.orig Python-2.6.4/Lib/pydoc.py
 110 --- Python-2.6.4/Lib/pydoc.py.orig      Mon Feb 21 10:46:28 2011
 111 +++ Python-2.6.4/Lib/pydoc.py   Mon Feb 21 10:46:28 2011
 112 @@ -1,4 +1,4 @@
 113 -#!/usr/bin/env python
 114 +#!/usr/bin/python2.6
 115  # -*- coding: latin-1 -*-
 116  """Generate Python documentation in HTML or text for interactive use.
 117  
 118 diff -u Python-2.6.4/Lib/quopri.py.orig Python-2.6.4/Lib/quopri.py
 119 --- Python-2.6.4/Lib/quopri.py.orig     Mon Feb 21 10:46:29 2011
 120 +++ Python-2.6.4/Lib/quopri.py  Mon Feb 21 10:46:29 2011
 121 @@ -1,4 +1,4 @@
 122 -#! /usr/bin/env python
 123 +#!/usr/bin/python2.6
 124  
 125  """Conversions to/from quoted-printable transport encoding as per RFC 1521."""
 126  
 127 diff -u Python-2.6.4/Lib/keyword.py.orig Python-2.6.4/Lib/keyword.py
 128 --- Python-2.6.4/Lib/keyword.py.orig    Mon Feb 21 10:46:24 2011
 129 +++ Python-2.6.4/Lib/keyword.py Mon Feb 21 10:46:24 2011
 130 @@ -1,4 +1,4 @@
 131 -#! /usr/bin/env python
 132 +#!/usr/bin/python2.6
 133  
 134  """Keywords (from "graminit.c")
 135  
 136 diff -u Python-2.6.4/Lib/mailbox.py.orig Python-2.6.4/Lib/mailbox.py
 137 --- Python-2.6.4/Lib/mailbox.py.orig    Mon Feb 21 10:46:27 2011
 138 +++ Python-2.6.4/Lib/mailbox.py Mon Feb 21 10:46:27 2011
 139 @@ -1,4 +1,4 @@
 140 -#! /usr/bin/env python
 141 +#!/usr/bin/python2.6
 142  
 143  """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
 144  
 145 diff -u Python-2.6.4/Lib/difflib.py.orig Python-2.6.4/Lib/difflib.py
 146 --- Python-2.6.4/Lib/difflib.py.orig    Mon Feb 21 10:46:36 2011
 147 +++ Python-2.6.4/Lib/difflib.py Mon Feb 21 10:46:36 2011
 148 @@ -1,4 +1,4 @@
 149 -#! /usr/bin/env python
 150 +#!/usr/bin/python2.6
 151  
 152  """
 153  Module difflib -- helpers for computing deltas between objects.
 154 diff -u Python-2.6.4/Lib/webbrowser.py.orig Python-2.6.4/Lib/webbrowser.py
 155 --- Python-2.6.4/Lib/webbrowser.py.orig Mon Feb 21 10:46:26 2011
 156 +++ Python-2.6.4/Lib/webbrowser.py      Mon Feb 21 10:46:26 2011
 157 @@ -1,4 +1,4 @@
 158 -#! /usr/bin/env python
 159 +#!/usr/bin/python2.6
 160  """Interfaces for launching and remotely controlling Web browsers."""
 161  # Maintained by Georg Brandl.
 162  
 163 diff -u Python-2.6.4/Lib/unittest.py.orig Python-2.6.4/Lib/unittest.py
 164 --- Python-2.6.4/Lib/unittest.py.orig   Mon Feb 21 10:46:28 2011
 165 +++ Python-2.6.4/Lib/unittest.py        Mon Feb 21 10:46:28 2011
 166 @@ -1,4 +1,4 @@
 167 -#!/usr/bin/env python
 168 +#!/usr/bin/python2.6
 169  '''
 170  Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
 171  Smalltalk testing framework.
 172 diff -u Python-2.6.4/Lib/bsddb/test/test_dbtables.py.orig Python-2.6.4/Lib/bsddb/test/test_dbtables.py
 173 --- Python-2.6.4/Lib/bsddb/test/test_dbtables.py.orig   Mon Feb 21 10:46:28 2011
 174 +++ Python-2.6.4/Lib/bsddb/test/test_dbtables.py        Mon Feb 21 10:46:28 2011
 175 @@ -1,4 +1,4 @@
 176 -#!/usr/bin/env python
 177 +#!/usr/bin/python2.6
 178  #
 179  #-----------------------------------------------------------------------
 180  # A test suite for the table interface built on bsddb.db
 181 diff -u Python-2.6.4/Lib/bsddb/dbshelve.py.orig Python-2.6.4/Lib/bsddb/dbshelve.py
 182 --- Python-2.6.4/Lib/bsddb/dbshelve.py.orig     Mon Feb 21 10:46:28 2011
 183 +++ Python-2.6.4/Lib/bsddb/dbshelve.py  Mon Feb 21 10:46:28 2011
 184 @@ -1,4 +1,4 @@
 185 -#!/bin/env python
 186 +#!/usr/bin/python2.6
 187  #------------------------------------------------------------------------
 188  #           Copyright (c) 1997-2001 by Total Control Software
 189  #                         All Rights Reserved
 190 diff -u Python-2.6.4/Lib/token.py.orig Python-2.6.4/Lib/token.py
 191 --- Python-2.6.4/Lib/token.py.orig      Mon Feb 21 10:46:28 2011
 192 +++ Python-2.6.4/Lib/token.py   Mon Feb 21 10:46:28 2011
 193 @@ -1,4 +1,4 @@
 194 -#! /usr/bin/env python
 195 +#!/usr/bin/python2.6
 196  
 197  """Token constants (from "token.h")."""
 198  
 199 diff -u Python-2.6.4/Lib/Cookie.py.orig Python-2.6.4/Lib/Cookie.py
 200 --- Python-2.6.4/Lib/Cookie.py.orig     Mon Feb 21 10:46:25 2011
 201 +++ Python-2.6.4/Lib/Cookie.py  Mon Feb 21 10:46:25 2011
 202 @@ -1,4 +1,4 @@
 203 -#!/usr/bin/env python
 204 +#!/usr/bin/python2.6
 205  #
 206  
 207  ####
 208 diff -u Python-2.6.4/Lib/smtplib.py.orig Python-2.6.4/Lib/smtplib.py
 209 --- Python-2.6.4/Lib/smtplib.py.orig    Mon Feb 21 10:46:28 2011
 210 +++ Python-2.6.4/Lib/smtplib.py Mon Feb 21 10:46:28 2011
 211 @@ -1,4 +1,4 @@
 212 -#! /usr/bin/env python
 213 +#!/usr/bin/python2.6
 214  
 215  '''SMTP/ESMTP client class.
 216  
 217 diff -u Python-2.6.4/Lib/smtpd.py.orig Python-2.6.4/Lib/smtpd.py
 218 --- Python-2.6.4/Lib/smtpd.py.orig      Mon Feb 21 10:46:28 2011
 219 +++ Python-2.6.4/Lib/smtpd.py   Mon Feb 21 10:46:28 2011
 220 @@ -1,4 +1,4 @@
 221 -#! /usr/bin/env python
 222 +#!/usr/bin/python2.6
 223  """An RFC 2821 smtp proxy.
 224  
 225  Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
 226 diff -u Python-2.6.4/Lib/test/regrtest.py.orig Python-2.6.4/Lib/test/regrtest.py
 227 --- Python-2.6.4/Lib/test/regrtest.py.orig      Mon Feb 21 10:46:35 2011
 228 +++ Python-2.6.4/Lib/test/regrtest.py   Mon Feb 21 10:46:35 2011
 229 @@ -1,4 +1,4 @@
 230 -#! /usr/bin/env python
 231 +#!/usr/bin/python2.6
 232  
 233  """Regression test.
 234  
 235 diff -u Python-2.6.4/Lib/test/test_sets.py.orig Python-2.6.4/Lib/test/test_sets.py
 236 --- Python-2.6.4/Lib/test/test_sets.py.orig     Mon Feb 21 10:46:33 2011
 237 +++ Python-2.6.4/Lib/test/test_sets.py  Mon Feb 21 10:46:33 2011
 238 @@ -1,4 +1,4 @@
 239 -#!/usr/bin/env python
 240 +#!/usr/bin/python2.6
 241  
 242  import warnings
 243  warnings.filterwarnings("ignore", "the sets module is deprecated",
 244 diff -u Python-2.6.4/Lib/test/test_dl.py.orig Python-2.6.4/Lib/test/test_dl.py
 245 --- Python-2.6.4/Lib/test/test_dl.py.orig       Mon Feb 21 10:46:34 2011
 246 +++ Python-2.6.4/Lib/test/test_dl.py    Mon Feb 21 10:46:34 2011
 247 @@ -1,4 +1,4 @@
 248 -#! /usr/bin/env python
 249 +#!/usr/bin/python2.6
 250  """Test dlmodule.c
 251     Roger E. Masse  revised strategy by Barry Warsaw
 252  """
 253 diff -u Python-2.6.4/Lib/test/test_multiprocessing.py.orig Python-2.6.4/Lib/test/test_multiprocessing.py
 254 --- Python-2.6.4/Lib/test/test_multiprocessing.py.orig  Mon Feb 21 10:46:35 2011
 255 +++ Python-2.6.4/Lib/test/test_multiprocessing.py       Mon Feb 21 10:46:35 2011
 256 @@ -1,4 +1,4 @@
 257 -#!/usr/bin/env python
 258 +#!/usr/bin/python2.6
 259  
 260  #
 261  # Unit tests for the multiprocessing package
 262 diff -u Python-2.6.4/Lib/test/test_cmd.py.orig Python-2.6.4/Lib/test/test_cmd.py
 263 --- Python-2.6.4/Lib/test/test_cmd.py.orig      Mon Feb 21 10:46:36 2011
 264 +++ Python-2.6.4/Lib/test/test_cmd.py   Mon Feb 21 10:46:36 2011
 265 @@ -1,4 +1,4 @@
 266 -#!/usr/bin/env python
 267 +#!/usr/bin/python2.6
 268  """
 269  Test script for the 'cmd' module
 270  Original by Michael Schneider
 271 diff -u Python-2.6.4/Lib/test/test_userstring.py.orig Python-2.6.4/Lib/test/test_userstring.py
 272 --- Python-2.6.4/Lib/test/test_userstring.py.orig       Mon Feb 21 10:46:33 2011
 273 +++ Python-2.6.4/Lib/test/test_userstring.py    Mon Feb 21 10:46:33 2011
 274 @@ -1,4 +1,4 @@
 275 -#!/usr/bin/env python
 276 +#!/usr/bin/python2.6
 277  # UserString is a wrapper around the native builtin string type.
 278  # UserString instances should behave similar to builtin string objects.
 279  
 280 diff -u Python-2.6.4/Lib/test/test_popen.py.orig Python-2.6.4/Lib/test/test_popen.py
 281 --- Python-2.6.4/Lib/test/test_popen.py.orig    Mon Feb 21 10:46:33 2011
 282 +++ Python-2.6.4/Lib/test/test_popen.py Mon Feb 21 10:46:33 2011
 283 @@ -1,4 +1,4 @@
 284 -#! /usr/bin/env python
 285 +#!/usr/bin/python2.6
 286  """Basic tests for os.popen()
 287  
 288    Particularly useful for platforms that fake popen.
 289 diff -u Python-2.6.4/Lib/test/test_cd.py.orig Python-2.6.4/Lib/test/test_cd.py
 290 --- Python-2.6.4/Lib/test/test_cd.py.orig       Mon Feb 21 10:46:33 2011
 291 +++ Python-2.6.4/Lib/test/test_cd.py    Mon Feb 21 10:46:33 2011
 292 @@ -1,4 +1,4 @@
 293 -#! /usr/bin/env python
 294 +#!/usr/bin/python2.6
 295  """Whimpy test script for the cd module
 296     Roger E. Masse
 297  """
 298 diff -u Python-2.6.4/Lib/test/test_cl.py.orig Python-2.6.4/Lib/test/test_cl.py
 299 --- Python-2.6.4/Lib/test/test_cl.py.orig       Mon Feb 21 10:46:34 2011
 300 +++ Python-2.6.4/Lib/test/test_cl.py    Mon Feb 21 10:46:34 2011
 301 @@ -1,4 +1,4 @@
 302 -#! /usr/bin/env python
 303 +#!/usr/bin/python2.6
 304  """Whimpy test script for the cl module
 305     Roger E. Masse
 306  """
 307 diff -u Python-2.6.4/Lib/test/test_imgfile.py.orig Python-2.6.4/Lib/test/test_imgfile.py
 308 --- Python-2.6.4/Lib/test/test_imgfile.py.orig  Mon Feb 21 10:46:35 2011
 309 +++ Python-2.6.4/Lib/test/test_imgfile.py       Mon Feb 21 10:46:35 2011
 310 @@ -1,4 +1,4 @@
 311 -#! /usr/bin/env python
 312 +#!/usr/bin/python2.6
 313  
 314  """Simple test script for imgfile.c
 315     Roger E. Masse
 316 diff -u Python-2.6.4/Lib/test/test_random.py.orig Python-2.6.4/Lib/test/test_random.py
 317 --- Python-2.6.4/Lib/test/test_random.py.orig   Mon Feb 21 10:46:35 2011
 318 +++ Python-2.6.4/Lib/test/test_random.py        Mon Feb 21 10:46:35 2011
 319 @@ -1,4 +1,4 @@
 320 -#!/usr/bin/env python
 321 +#!/usr/bin/python2.6
 322  
 323  import unittest
 324  import random
 325 diff -u Python-2.6.4/Lib/test/curses_tests.py.orig Python-2.6.4/Lib/test/curses_tests.py
 326 --- Python-2.6.4/Lib/test/curses_tests.py.orig  Mon Feb 21 10:46:32 2011
 327 +++ Python-2.6.4/Lib/test/curses_tests.py       Mon Feb 21 10:46:32 2011
 328 @@ -1,4 +1,4 @@
 329 -#!/usr/bin/env python
 330 +#!/usr/bin/python2.6
 331  #
 332  # $Id: ncurses.py 36559 2004-07-18 05:56:09Z tim_one $
 333  #
 334 diff -u Python-2.6.4/Lib/test/test_codecmaps_cn.py.orig Python-2.6.4/Lib/test/test_codecmaps_cn.py
 335 --- Python-2.6.4/Lib/test/test_codecmaps_cn.py.orig     Mon Feb 21 10:46:34 2011
 336 +++ Python-2.6.4/Lib/test/test_codecmaps_cn.py  Mon Feb 21 10:46:34 2011
 337 @@ -1,4 +1,4 @@
 338 -#!/usr/bin/env python
 339 +#!/usr/bin/python2.6
 340  #
 341  # test_codecmaps_cn.py
 342  #   Codec mapping tests for PRC encodings
 343 diff -u Python-2.6.4/Lib/test/test_whichdb.py.orig Python-2.6.4/Lib/test/test_whichdb.py
 344 --- Python-2.6.4/Lib/test/test_whichdb.py.orig  Mon Feb 21 10:46:36 2011
 345 +++ Python-2.6.4/Lib/test/test_whichdb.py       Mon Feb 21 10:46:36 2011
 346 @@ -1,4 +1,4 @@
 347 -#! /usr/bin/env python
 348 +#!/usr/bin/python2.6
 349  """Test script for the whichdb module
 350     based on test_anydbm.py
 351  """
 352 diff -u Python-2.6.4/Lib/test/test_eof.py.orig Python-2.6.4/Lib/test/test_eof.py
 353 --- Python-2.6.4/Lib/test/test_eof.py.orig      Mon Feb 21 10:46:35 2011
 354 +++ Python-2.6.4/Lib/test/test_eof.py   Mon Feb 21 10:46:35 2011
 355 @@ -1,4 +1,4 @@
 356 -#! /usr/bin/env python
 357 +#!/usr/bin/python2.6
 358  """test script for a few new invalid token catches"""
 359  
 360  import unittest
 361 diff -u Python-2.6.4/Lib/test/test_imageop.py.orig Python-2.6.4/Lib/test/test_imageop.py
 362 --- Python-2.6.4/Lib/test/test_imageop.py.orig  Mon Feb 21 10:46:31 2011
 363 +++ Python-2.6.4/Lib/test/test_imageop.py       Mon Feb 21 10:46:31 2011
 364 @@ -1,4 +1,4 @@
 365 -#! /usr/bin/env python
 366 +#!/usr/bin/python2.6
 367  
 368  """Test script for the imageop module.  This has the side
 369     effect of partially testing the imgfile module as well.
 370 diff -u Python-2.6.4/Lib/test/test_codecmaps_tw.py.orig Python-2.6.4/Lib/test/test_codecmaps_tw.py
 371 --- Python-2.6.4/Lib/test/test_codecmaps_tw.py.orig     Mon Feb 21 10:46:35 2011
 372 +++ Python-2.6.4/Lib/test/test_codecmaps_tw.py  Mon Feb 21 10:46:35 2011
 373 @@ -1,4 +1,4 @@
 374 -#!/usr/bin/env python
 375 +#!/usr/bin/python2.6
 376  #
 377  # test_codecmaps_tw.py
 378  #   Codec mapping tests for ROC encodings
 379 diff -u Python-2.6.4/Lib/test/test_codecencodings_hk.py.orig Python-2.6.4/Lib/test/test_codecencodings_hk.py
 380 --- Python-2.6.4/Lib/test/test_codecencodings_hk.py.orig        Mon Feb 21 10:46:33 2011
 381 +++ Python-2.6.4/Lib/test/test_codecencodings_hk.py     Mon Feb 21 10:46:33 2011
 382 @@ -1,4 +1,4 @@
 383 -#!/usr/bin/env python
 384 +#!/usr/bin/python2.6
 385  #
 386  # test_codecencodings_hk.py
 387  #   Codec encoding tests for HongKong encodings.
 388 diff -u Python-2.6.4/Lib/test/test_codecencodings_jp.py.orig Python-2.6.4/Lib/test/test_codecencodings_jp.py
 389 --- Python-2.6.4/Lib/test/test_codecencodings_jp.py.orig        Mon Feb 21 10:46:33 2011
 390 +++ Python-2.6.4/Lib/test/test_codecencodings_jp.py     Mon Feb 21 10:46:33 2011
 391 @@ -1,4 +1,4 @@
 392 -#!/usr/bin/env python
 393 +#!/usr/bin/python2.6
 394  #
 395  # test_codecencodings_jp.py
 396  #   Codec encoding tests for Japanese encodings.
 397 diff -u Python-2.6.4/Lib/test/test_with.py.orig Python-2.6.4/Lib/test/test_with.py
 398 --- Python-2.6.4/Lib/test/test_with.py.orig     Mon Feb 21 10:46:33 2011
 399 +++ Python-2.6.4/Lib/test/test_with.py  Mon Feb 21 10:46:33 2011
 400 @@ -1,4 +1,4 @@
 401 -#!/usr/bin/env python
 402 +#!/usr/bin/python2.6
 403  
 404  """Unit tests for the with statement specified in PEP 343."""
 405  
 406 diff -u Python-2.6.4/Lib/test/crashers/recursive_call.py.orig Python-2.6.4/Lib/test/crashers/recursive_call.py
 407 --- Python-2.6.4/Lib/test/crashers/recursive_call.py.orig       Mon Feb 21 10:46:33 2011
 408 +++ Python-2.6.4/Lib/test/crashers/recursive_call.py    Mon Feb 21 10:46:33 2011
 409 @@ -1,4 +1,4 @@
 410 -#!/usr/bin/env python
 411 +#!/usr/bin/python2.6
 412  
 413  # No bug report AFAIK, mail on python-dev on 2006-01-10
 414  
 415 diff -u Python-2.6.4/Lib/test/test_codecmaps_kr.py.orig Python-2.6.4/Lib/test/test_codecmaps_kr.py
 416 --- Python-2.6.4/Lib/test/test_codecmaps_kr.py.orig     Mon Feb 21 10:46:32 2011
 417 +++ Python-2.6.4/Lib/test/test_codecmaps_kr.py  Mon Feb 21 10:46:32 2011
 418 @@ -1,4 +1,4 @@
 419 -#!/usr/bin/env python
 420 +#!/usr/bin/python2.6
 421  #
 422  # test_codecmaps_kr.py
 423  #   Codec mapping tests for ROK encodings
 424 diff -u Python-2.6.4/Lib/test/test_array.py.orig Python-2.6.4/Lib/test/test_array.py
 425 --- Python-2.6.4/Lib/test/test_array.py.orig    Mon Feb 21 10:46:34 2011
 426 +++ Python-2.6.4/Lib/test/test_array.py Mon Feb 21 10:46:34 2011
 427 @@ -1,4 +1,4 @@
 428 -#! /usr/bin/env python
 429 +#!/usr/bin/python2.6
 430  """Test the arraymodule.
 431     Roger E. Masse
 432  """
 433 diff -u Python-2.6.4/Lib/test/test_anydbm.py.orig Python-2.6.4/Lib/test/test_anydbm.py
 434 --- Python-2.6.4/Lib/test/test_anydbm.py.orig   Mon Feb 21 10:46:35 2011
 435 +++ Python-2.6.4/Lib/test/test_anydbm.py        Mon Feb 21 10:46:35 2011
 436 @@ -1,4 +1,4 @@
 437 -#! /usr/bin/env python
 438 +#!/usr/bin/python2.6
 439  """Test script for the anydbm module
 440     based on testdumbdbm.py
 441  """
 442 diff -u Python-2.6.4/Lib/test/test_smtpnet.py.orig Python-2.6.4/Lib/test/test_smtpnet.py
 443 --- Python-2.6.4/Lib/test/test_smtpnet.py.orig  Mon Feb 21 10:46:34 2011
 444 +++ Python-2.6.4/Lib/test/test_smtpnet.py       Mon Feb 21 10:46:34 2011
 445 @@ -1,4 +1,4 @@
 446 -#!/usr/bin/env python
 447 +#!/usr/bin/python2.6
 448  
 449  import unittest
 450  from test import test_support
 451 diff -u Python-2.6.4/Lib/test/test_al.py.orig Python-2.6.4/Lib/test/test_al.py
 452 --- Python-2.6.4/Lib/test/test_al.py.orig       Mon Feb 21 10:46:31 2011
 453 +++ Python-2.6.4/Lib/test/test_al.py    Mon Feb 21 10:46:31 2011
 454 @@ -1,4 +1,4 @@
 455 -#! /usr/bin/env python
 456 +#!/usr/bin/python2.6
 457  """Whimpy test script for the al module
 458     Roger E. Masse
 459  """
 460 diff -u Python-2.6.4/Lib/test/test_urllib2net.py.orig Python-2.6.4/Lib/test/test_urllib2net.py
 461 --- Python-2.6.4/Lib/test/test_urllib2net.py.orig       Mon Feb 21 10:46:33 2011
 462 +++ Python-2.6.4/Lib/test/test_urllib2net.py    Mon Feb 21 10:46:33 2011
 463 @@ -1,4 +1,4 @@
 464 -#!/usr/bin/env python
 465 +#!/usr/bin/python2.6
 466  
 467  import unittest
 468  from test import test_support
 469 diff -u Python-2.6.4/Lib/test/test_marshal.py.orig Python-2.6.4/Lib/test/test_marshal.py
 470 --- Python-2.6.4/Lib/test/test_marshal.py.orig  Mon Feb 21 10:46:32 2011
 471 +++ Python-2.6.4/Lib/test/test_marshal.py       Mon Feb 21 10:46:32 2011
 472 @@ -1,4 +1,4 @@
 473 -#!/usr/bin/env python
 474 +#!/usr/bin/python2.6
 475  # -*- coding: iso-8859-1 -*-
 476  
 477  from test import test_support
 478 diff -u Python-2.6.4/Lib/test/test_urlparse.py.orig Python-2.6.4/Lib/test/test_urlparse.py
 479 --- Python-2.6.4/Lib/test/test_urlparse.py.orig Mon Feb 21 10:46:33 2011
 480 +++ Python-2.6.4/Lib/test/test_urlparse.py      Mon Feb 21 10:46:33 2011
 481 @@ -1,4 +1,4 @@
 482 -#! /usr/bin/env python
 483 +#!/usr/bin/python2.6
 484  
 485  from test import test_support
 486  import unittest
 487 diff -u Python-2.6.4/Lib/test/test_bz2.py.orig Python-2.6.4/Lib/test/test_bz2.py
 488 --- Python-2.6.4/Lib/test/test_bz2.py.orig      Mon Feb 21 10:46:34 2011
 489 +++ Python-2.6.4/Lib/test/test_bz2.py   Mon Feb 21 10:46:34 2011
 490 @@ -1,4 +1,4 @@
 491 -#!/usr/bin/python
 492 +#!/usr/bin/python2.6
 493  from test import test_support
 494  from test.test_support import TESTFN
 495  
 496 diff -u Python-2.6.4/Lib/test/test_urllibnet.py.orig Python-2.6.4/Lib/test/test_urllibnet.py
 497 --- Python-2.6.4/Lib/test/test_urllibnet.py.orig        Mon Feb 21 10:46:32 2011
 498 +++ Python-2.6.4/Lib/test/test_urllibnet.py     Mon Feb 21 10:46:32 2011
 499 @@ -1,4 +1,4 @@
 500 -#!/usr/bin/env python
 501 +#!/usr/bin/python2.6
 502  
 503  import unittest
 504  from test import test_support
 505 diff -u Python-2.6.4/Lib/test/test_logging.py.orig Python-2.6.4/Lib/test/test_logging.py
 506 --- Python-2.6.4/Lib/test/test_logging.py.orig  Mon Feb 21 10:46:33 2011
 507 +++ Python-2.6.4/Lib/test/test_logging.py       Mon Feb 21 10:46:33 2011
 508 @@ -1,4 +1,4 @@
 509 -#!/usr/bin/env python
 510 +#!/usr/bin/python2.6
 511  #
 512  # Copyright 2001-2004 by Vinay Sajip. All Rights Reserved.
 513  #
 514 diff -u Python-2.6.4/Lib/test/test_socket.py.orig Python-2.6.4/Lib/test/test_socket.py
 515 --- Python-2.6.4/Lib/test/test_socket.py.orig   Mon Feb 21 10:46:35 2011
 516 +++ Python-2.6.4/Lib/test/test_socket.py        Mon Feb 21 10:46:35 2011
 517 @@ -1,4 +1,4 @@
 518 -#!/usr/bin/env python
 519 +#!/usr/bin/python2.6
 520  
 521  import unittest
 522  from test import test_support
 523 diff -u Python-2.6.4/Lib/test/pystone.py.orig Python-2.6.4/Lib/test/pystone.py
 524 --- Python-2.6.4/Lib/test/pystone.py.orig       Mon Feb 21 10:46:34 2011
 525 +++ Python-2.6.4/Lib/test/pystone.py    Mon Feb 21 10:46:34 2011
 526 @@ -1,4 +1,4 @@
 527 -#! /usr/bin/env python
 528 +#!/usr/bin/python2.6
 529  
 530  """
 531  "PYSTONE" Benchmark Program
 532 diff -u Python-2.6.4/Lib/test/test_multibytecodec.py.orig Python-2.6.4/Lib/test/test_multibytecodec.py
 533 --- Python-2.6.4/Lib/test/test_multibytecodec.py.orig   Mon Feb 21 10:46:35 2011
 534 +++ Python-2.6.4/Lib/test/test_multibytecodec.py        Mon Feb 21 10:46:35 2011
 535 @@ -1,4 +1,4 @@
 536 -#!/usr/bin/env python
 537 +#!/usr/bin/python2.6
 538  #
 539  # test_multibytecodec.py
 540  #   Unit test for multibytecodec itself
 541 diff -u Python-2.6.4/Lib/test/test_popen2.py.orig Python-2.6.4/Lib/test/test_popen2.py
 542 --- Python-2.6.4/Lib/test/test_popen2.py.orig   Mon Feb 21 10:46:33 2011
 543 +++ Python-2.6.4/Lib/test/test_popen2.py        Mon Feb 21 10:46:33 2011
 544 @@ -1,4 +1,4 @@
 545 -#! /usr/bin/env python
 546 +#!/usr/bin/python2.6
 547  """Test script for popen2.py"""
 548  
 549  import warnings
 550 diff -u Python-2.6.4/Lib/test/test_binhex.py.orig Python-2.6.4/Lib/test/test_binhex.py
 551 --- Python-2.6.4/Lib/test/test_binhex.py.orig   Mon Feb 21 10:46:34 2011
 552 +++ Python-2.6.4/Lib/test/test_binhex.py        Mon Feb 21 10:46:34 2011
 553 @@ -1,4 +1,4 @@
 554 -#! /usr/bin/env python
 555 +#!/usr/bin/python2.6
 556  """Test script for the binhex C module
 557  
 558     Uses the mechanism of the python binhex module
 559 diff -u Python-2.6.4/Lib/test/test_gzip.py.orig Python-2.6.4/Lib/test/test_gzip.py
 560 --- Python-2.6.4/Lib/test/test_gzip.py.orig     Mon Feb 21 10:46:36 2011
 561 +++ Python-2.6.4/Lib/test/test_gzip.py  Mon Feb 21 10:46:36 2011
 562 @@ -1,4 +1,4 @@
 563 -#! /usr/bin/env python
 564 +#!/usr/bin/python2.6
 565  """Test script for the gzip module.
 566  """
 567  
 568 diff -u Python-2.6.4/Lib/test/re_tests.py.orig Python-2.6.4/Lib/test/re_tests.py
 569 --- Python-2.6.4/Lib/test/re_tests.py.orig      Mon Feb 21 10:46:35 2011
 570 +++ Python-2.6.4/Lib/test/re_tests.py   Mon Feb 21 10:46:35 2011
 571 @@ -1,4 +1,4 @@
 572 -#!/usr/bin/env python
 573 +#!/usr/bin/python2.6
 574  # -*- mode: python -*-
 575  
 576  # Re test suite and benchmark suite v1.5
 577 diff -u Python-2.6.4/Lib/test/test_urllib2_localnet.py.orig Python-2.6.4/Lib/test/test_urllib2_localnet.py
 578 --- Python-2.6.4/Lib/test/test_urllib2_localnet.py.orig Mon Feb 21 10:46:35 2011
 579 +++ Python-2.6.4/Lib/test/test_urllib2_localnet.py      Mon Feb 21 10:46:35 2011
 580 @@ -1,4 +1,4 @@
 581 -#!/usr/bin/env python
 582 +#!/usr/bin/python2.6
 583  
 584  import mimetools
 585  import threading
 586 diff -u Python-2.6.4/Lib/test/test_codecencodings_kr.py.orig Python-2.6.4/Lib/test/test_codecencodings_kr.py
 587 --- Python-2.6.4/Lib/test/test_codecencodings_kr.py.orig        Mon Feb 21 10:46:32 2011
 588 +++ Python-2.6.4/Lib/test/test_codecencodings_kr.py     Mon Feb 21 10:46:32 2011
 589 @@ -1,4 +1,4 @@
 590 -#!/usr/bin/env python
 591 +#!/usr/bin/python2.6
 592  #
 593  # test_codecencodings_kr.py
 594  #   Codec encoding tests for ROK encodings.
 595 diff -u Python-2.6.4/Lib/test/test_multibytecodec_support.py.orig Python-2.6.4/Lib/test/test_multibytecodec_support.py
 596 --- Python-2.6.4/Lib/test/test_multibytecodec_support.py.orig   Mon Feb 21 10:46:35 2011
 597 +++ Python-2.6.4/Lib/test/test_multibytecodec_support.py        Mon Feb 21 10:46:35 2011
 598 @@ -1,4 +1,4 @@
 599 -#!/usr/bin/env python
 600 +#!/usr/bin/python2.6
 601  #
 602  # test_multibytecodec_support.py
 603  #   Common Unittest Routines for CJK codecs
 604 diff -u Python-2.6.4/Lib/test/test_tcl.py.orig Python-2.6.4/Lib/test/test_tcl.py
 605 --- Python-2.6.4/Lib/test/test_tcl.py.orig      Mon Feb 21 10:46:36 2011
 606 +++ Python-2.6.4/Lib/test/test_tcl.py   Mon Feb 21 10:46:36 2011
 607 @@ -1,4 +1,4 @@
 608 -#!/usr/bin/env python
 609 +#!/usr/bin/python2.6
 610  
 611  import unittest
 612  import os
 613 diff -u Python-2.6.4/Lib/test/test_codecencodings_cn.py.orig Python-2.6.4/Lib/test/test_codecencodings_cn.py
 614 --- Python-2.6.4/Lib/test/test_codecencodings_cn.py.orig        Mon Feb 21 10:46:34 2011
 615 +++ Python-2.6.4/Lib/test/test_codecencodings_cn.py     Mon Feb 21 10:46:34 2011
 616 @@ -1,4 +1,4 @@
 617 -#!/usr/bin/env python
 618 +#!/usr/bin/python2.6
 619  #
 620  # test_codecencodings_cn.py
 621  #   Codec encoding tests for PRC encodings.
 622 diff -u Python-2.6.4/Lib/test/test_gl.py.orig Python-2.6.4/Lib/test/test_gl.py
 623 --- Python-2.6.4/Lib/test/test_gl.py.orig       Mon Feb 21 10:46:32 2011
 624 +++ Python-2.6.4/Lib/test/test_gl.py    Mon Feb 21 10:46:32 2011
 625 @@ -1,4 +1,4 @@
 626 -#! /usr/bin/env python
 627 +#!/usr/bin/python2.6
 628  """Very simple test script for the SGI gl library extension module
 629      taken mostly from the documentation.
 630      Roger E. Masse
 631 diff -u Python-2.6.4/Lib/test/test___future__.py.orig Python-2.6.4/Lib/test/test___future__.py
 632 --- Python-2.6.4/Lib/test/test___future__.py.orig       Mon Feb 21 10:46:35 2011
 633 +++ Python-2.6.4/Lib/test/test___future__.py    Mon Feb 21 10:46:35 2011
 634 @@ -1,4 +1,4 @@
 635 -#! /usr/bin/env python
 636 +#!/usr/bin/python2.6
 637  import unittest
 638  from test import test_support
 639  import __future__
 640 diff -u Python-2.6.4/Lib/test/test_bsddb.py.orig Python-2.6.4/Lib/test/test_bsddb.py
 641 --- Python-2.6.4/Lib/test/test_bsddb.py.orig    Mon Feb 21 10:46:36 2011
 642 +++ Python-2.6.4/Lib/test/test_bsddb.py Mon Feb 21 10:46:36 2011
 643 @@ -1,4 +1,4 @@
 644 -#! /usr/bin/env python
 645 +#!/usr/bin/python2.6
 646  """Test script for the bsddb C module by Roger E. Masse
 647     Adapted to unittest format and expanded scope by Raymond Hettinger
 648  """
 649 diff -u Python-2.6.4/Lib/test/test_errno.py.orig Python-2.6.4/Lib/test/test_errno.py
 650 --- Python-2.6.4/Lib/test/test_errno.py.orig    Mon Feb 21 10:46:34 2011
 651 +++ Python-2.6.4/Lib/test/test_errno.py Mon Feb 21 10:46:34 2011
 652 @@ -1,4 +1,4 @@
 653 -#! /usr/bin/env python
 654 +#!/usr/bin/python2.6
 655  """Test the errno module
 656     Roger E. Masse
 657  """
 658 diff -u Python-2.6.4/Lib/test/test_optparse.py.orig Python-2.6.4/Lib/test/test_optparse.py
 659 --- Python-2.6.4/Lib/test/test_optparse.py.orig Mon Feb 21 10:46:32 2011
 660 +++ Python-2.6.4/Lib/test/test_optparse.py      Mon Feb 21 10:46:32 2011
 661 @@ -1,4 +1,4 @@
 662 -#!/usr/bin/python
 663 +#!/usr/bin/python2.6
 664  
 665  #
 666  # Test suite for Optik.  Supplied by Johannes Gijsbers
 667 diff -u Python-2.6.4/Lib/test/test_codecencodings_tw.py.orig Python-2.6.4/Lib/test/test_codecencodings_tw.py
 668 --- Python-2.6.4/Lib/test/test_codecencodings_tw.py.orig        Mon Feb 21 10:46:35 2011
 669 +++ Python-2.6.4/Lib/test/test_codecencodings_tw.py     Mon Feb 21 10:46:35 2011
 670 @@ -1,4 +1,4 @@
 671 -#!/usr/bin/env python
 672 +#!/usr/bin/python2.6
 673  #
 674  # test_codecencodings_tw.py
 675  #   Codec encoding tests for ROC encodings.
 676 diff -u Python-2.6.4/Lib/test/test_codecmaps_jp.py.orig Python-2.6.4/Lib/test/test_codecmaps_jp.py
 677 --- Python-2.6.4/Lib/test/test_codecmaps_jp.py.orig     Mon Feb 21 10:46:32 2011
 678 +++ Python-2.6.4/Lib/test/test_codecmaps_jp.py  Mon Feb 21 10:46:32 2011
 679 @@ -1,4 +1,4 @@
 680 -#!/usr/bin/env python
 681 +#!/usr/bin/python2.6
 682  #
 683  # test_codecmaps_jp.py
 684  #   Codec mapping tests for Japanese encodings
 685 diff -u Python-2.6.4/Lib/test/test_codecmaps_hk.py.orig Python-2.6.4/Lib/test/test_codecmaps_hk.py
 686 --- Python-2.6.4/Lib/test/test_codecmaps_hk.py.orig     Mon Feb 21 10:46:34 2011
 687 +++ Python-2.6.4/Lib/test/test_codecmaps_hk.py  Mon Feb 21 10:46:34 2011
 688 @@ -1,4 +1,4 @@
 689 -#!/usr/bin/env python
 690 +#!/usr/bin/python2.6
 691  #
 692  # test_codecmaps_hk.py
 693  #   Codec mapping tests for HongKong encodings
 694 diff -u Python-2.6.4/Lib/test/test_dumbdbm.py.orig Python-2.6.4/Lib/test/test_dumbdbm.py
 695 --- Python-2.6.4/Lib/test/test_dumbdbm.py.orig  Mon Feb 21 10:46:34 2011
 696 +++ Python-2.6.4/Lib/test/test_dumbdbm.py       Mon Feb 21 10:46:34 2011
 697 @@ -1,4 +1,4 @@
 698 -#! /usr/bin/env python
 699 +#!/usr/bin/python2.6
 700  """Test script for the dumbdbm module
 701     Original by Roger E. Masse
 702  """
 703 diff -u Python-2.6.4/Lib/tarfile.py.orig Python-2.6.4/Lib/tarfile.py
 704 --- Python-2.6.4/Lib/tarfile.py.orig    Mon Feb 21 10:46:38 2011
 705 +++ Python-2.6.4/Lib/tarfile.py Mon Feb 21 10:46:38 2011
 706 @@ -1,4 +1,4 @@
 707 -#!/usr/bin/env python
 708 +#!/usr/bin/python2.6
 709  # -*- coding: iso-8859-1 -*-
 710  #-------------------------------------------------------------------
 711  # tarfile.py
 712 diff -u Python-2.6.4/Lib/uu.py.orig Python-2.6.4/Lib/uu.py
 713 --- Python-2.6.4/Lib/uu.py.orig Mon Feb 21 10:46:25 2011
 714 +++ Python-2.6.4/Lib/uu.py      Mon Feb 21 10:46:25 2011
 715 @@ -1,4 +1,4 @@
 716 -#! /usr/bin/env python
 717 +#!/usr/bin/python2.6
 718  
 719  # Copyright 1994 by Lance Ellinghouse
 720  # Cathedral City, California Republic, United States of America.
 721 diff -u Python-2.6.4/Lib/symbol.py.orig Python-2.6.4/Lib/symbol.py
 722 --- Python-2.6.4/Lib/symbol.py.orig     Mon Feb 21 10:46:27 2011
 723 +++ Python-2.6.4/Lib/symbol.py  Mon Feb 21 10:46:27 2011
 724 @@ -1,4 +1,4 @@
 725 -#! /usr/bin/env python
 726 +#!/usr/bin/python2.6
 727  
 728  """Non-terminal symbols of Python grammar (from "graminit.h")."""
 729  
 730 diff -u Python-2.6.4/Lib/mimify.py.orig Python-2.6.4/Lib/mimify.py
 731 --- Python-2.6.4/Lib/mimify.py.orig     Mon Feb 21 10:46:28 2011
 732 +++ Python-2.6.4/Lib/mimify.py  Mon Feb 21 10:46:28 2011
 733 @@ -1,4 +1,4 @@
 734 -#! /usr/bin/env python
 735 +#!/usr/bin/python2.6
 736  
 737  """Mimification and unmimification of mail messages.
 738  
 739 diff -u Python-2.6.4/Lib/pdb.py.orig Python-2.6.4/Lib/pdb.py
 740 --- Python-2.6.4/Lib/pdb.py.orig        Mon Feb 21 10:46:38 2011
 741 +++ Python-2.6.4/Lib/pdb.py     Mon Feb 21 10:46:38 2011
 742 @@ -1,4 +1,4 @@
 743 -#! /usr/bin/env python
 744 +#!/usr/bin/python2.6
 745  
 746  """A Python debugger."""
 747  
 748 diff -u Python-2.6.4/Lib/plat-mac/bundlebuilder.py.orig Python-2.6.4/Lib/plat-mac/bundlebuilder.py
 749 --- Python-2.6.4/Lib/plat-mac/bundlebuilder.py.orig     Mon Feb 21 10:46:38 2011
 750 +++ Python-2.6.4/Lib/plat-mac/bundlebuilder.py  Mon Feb 21 10:46:38 2011
 751 @@ -1,4 +1,4 @@
 752 -#! /usr/bin/env python
 753 +#!/usr/bin/python2.6
 754  
 755  """\
 756  bundlebuilder.py -- Tools to assemble MacOS X (application) bundles.
 757 diff -u Python-2.6.4/Lib/plat-mac/appletrunner.py.orig Python-2.6.4/Lib/plat-mac/appletrunner.py
 758 --- Python-2.6.4/Lib/plat-mac/appletrunner.py.orig      Mon Feb 21 10:46:38 2011
 759 +++ Python-2.6.4/Lib/plat-mac/appletrunner.py   Mon Feb 21 10:46:38 2011
 760 @@ -1,4 +1,4 @@
 761 -#!/usr/bin/env python
 762 +#!/usr/bin/python2.6
 763  # This file is meant as an executable script for running applets.
 764  # BuildApplet will use it as the main executable in the .app bundle if
 765  # we are not running in a framework build.
 766 diff -u Python-2.6.4/Demo/scripts/primes.py.orig Python-2.6.4/Demo/scripts/primes.py
 767 --- Python-2.6.4/Demo/scripts/primes.py.orig    Mon Feb 21 10:46:39 2011
 768 +++ Python-2.6.4/Demo/scripts/primes.py Mon Feb 21 10:46:39 2011
 769 @@ -1,4 +1,4 @@
 770 -#! /usr/bin/env python
 771 +#!/usr/bin/python2.6
 772  
 773  # Print prime numbers in a given range
 774  
 775 diff -u Python-2.6.4/Demo/scripts/mkrcs.py.orig Python-2.6.4/Demo/scripts/mkrcs.py
 776 --- Python-2.6.4/Demo/scripts/mkrcs.py.orig     Mon Feb 21 10:46:39 2011
 777 +++ Python-2.6.4/Demo/scripts/mkrcs.py  Mon Feb 21 10:46:39 2011
 778 @@ -1,4 +1,4 @@
 779 -#! /usr/bin/env python
 780 +#!/usr/bin/python2.6
 781  
 782  # A rather specialized script to make sure that a symbolic link named
 783  # RCS exists pointing to a real RCS directory in a parallel tree
 784 diff -u Python-2.6.4/Demo/scripts/queens.py.orig Python-2.6.4/Demo/scripts/queens.py
 785 --- Python-2.6.4/Demo/scripts/queens.py.orig    Mon Feb 21 10:46:39 2011
 786 +++ Python-2.6.4/Demo/scripts/queens.py Mon Feb 21 10:46:39 2011
 787 @@ -1,4 +1,4 @@
 788 -#! /usr/bin/env python
 789 +#!/usr/bin/python2.6
 790  
 791  """N queens problem.
 792  
 793 diff -u Python-2.6.4/Demo/scripts/pi.py.orig Python-2.6.4/Demo/scripts/pi.py
 794 --- Python-2.6.4/Demo/scripts/pi.py.orig        Mon Feb 21 10:46:39 2011
 795 +++ Python-2.6.4/Demo/scripts/pi.py     Mon Feb 21 10:46:39 2011
 796 @@ -1,4 +1,4 @@
 797 -#! /usr/bin/env python
 798 +#!/usr/bin/python2.6
 799  
 800  # Print digits of pi forever.
 801  #
 802 diff -u Python-2.6.4/Demo/scripts/mboxconvert.py.orig Python-2.6.4/Demo/scripts/mboxconvert.py
 803 --- Python-2.6.4/Demo/scripts/mboxconvert.py.orig       Mon Feb 21 10:46:39 2011
 804 +++ Python-2.6.4/Demo/scripts/mboxconvert.py    Mon Feb 21 10:46:39 2011
 805 @@ -1,4 +1,4 @@
 806 -#! /usr/bin/env python
 807 +#!/usr/bin/python2.6
 808  
 809  # Convert  MH directories (1 message per file) or MMDF mailboxes (4x^A
 810  # delimited) to unix mailbox (From ... delimited) on stdout.
 811 diff -u Python-2.6.4/Demo/scripts/eqfix.py.orig Python-2.6.4/Demo/scripts/eqfix.py
 812 --- Python-2.6.4/Demo/scripts/eqfix.py.orig     Mon Feb 21 10:46:39 2011
 813 +++ Python-2.6.4/Demo/scripts/eqfix.py  Mon Feb 21 10:46:39 2011
 814 @@ -1,4 +1,4 @@
 815 -#! /usr/bin/env python
 816 +#!/usr/bin/python2.6
 817  
 818  # Fix Python source files to use the new equality test operator, i.e.,
 819  #       if x = y: ...
 820 diff -u Python-2.6.4/Demo/scripts/find-uname.py.orig Python-2.6.4/Demo/scripts/find-uname.py
 821 --- Python-2.6.4/Demo/scripts/find-uname.py.orig        Mon Feb 21 10:46:39 2011
 822 +++ Python-2.6.4/Demo/scripts/find-uname.py     Mon Feb 21 10:46:39 2011
 823 @@ -1,4 +1,4 @@
 824 -#!/usr/bin/env python
 825 +#!/usr/bin/python2.6
 826  
 827  """
 828  For each argument on the command line, look for it in the set of all Unicode
 829 diff -u Python-2.6.4/Demo/scripts/pp.py.orig Python-2.6.4/Demo/scripts/pp.py
 830 --- Python-2.6.4/Demo/scripts/pp.py.orig        Mon Feb 21 10:46:39 2011
 831 +++ Python-2.6.4/Demo/scripts/pp.py     Mon Feb 21 10:46:39 2011
 832 @@ -1,4 +1,4 @@
 833 -#! /usr/bin/env python
 834 +#!/usr/bin/python2.6
 835  
 836  # Emulate some Perl command line options.
 837  # Usage: pp [-a] [-c] [-d] [-e scriptline] [-F fieldsep] [-n] [-p] [file] ...
 838 diff -u Python-2.6.4/Demo/scripts/unbirthday.py.orig Python-2.6.4/Demo/scripts/unbirthday.py
 839 --- Python-2.6.4/Demo/scripts/unbirthday.py.orig        Mon Feb 21 10:46:39 2011
 840 +++ Python-2.6.4/Demo/scripts/unbirthday.py     Mon Feb 21 10:46:39 2011
 841 @@ -1,4 +1,4 @@
 842 -#! /usr/bin/env python
 843 +#!/usr/bin/python2.6
 844  
 845  # Calculate your unbirthday count (see Alice in Wonderland).
 846  # This is defined as the number of days from your birth until today
 847 diff -u Python-2.6.4/Demo/scripts/update.py.orig Python-2.6.4/Demo/scripts/update.py
 848 --- Python-2.6.4/Demo/scripts/update.py.orig    Mon Feb 21 10:46:39 2011
 849 +++ Python-2.6.4/Demo/scripts/update.py Mon Feb 21 10:46:39 2011
 850 @@ -1,4 +1,4 @@
 851 -#! /usr/bin/env python
 852 +#!/usr/bin/python2.6
 853  
 854  # Update a bunch of files according to a script.
 855  # The input file contains lines of the form <filename>:<lineno>:<text>,
 856 diff -u Python-2.6.4/Demo/scripts/markov.py.orig Python-2.6.4/Demo/scripts/markov.py
 857 --- Python-2.6.4/Demo/scripts/markov.py.orig    Mon Feb 21 10:46:39 2011
 858 +++ Python-2.6.4/Demo/scripts/markov.py Mon Feb 21 10:46:39 2011
 859 @@ -1,4 +1,4 @@
 860 -#! /usr/bin/env python
 861 +#!/usr/bin/python2.6
 862  
 863  class Markov:
 864      def __init__(self, histsize, choice):
 865 diff -u Python-2.6.4/Demo/scripts/from.py.orig Python-2.6.4/Demo/scripts/from.py
 866 --- Python-2.6.4/Demo/scripts/from.py.orig      Mon Feb 21 10:46:39 2011
 867 +++ Python-2.6.4/Demo/scripts/from.py   Mon Feb 21 10:46:39 2011
 868 @@ -1,4 +1,4 @@
 869 -#! /usr/bin/env python
 870 +#!/usr/bin/python2.6
 871  
 872  # Print From and Subject of messages in $MAIL.
 873  # Extension to multiple mailboxes and other bells & whistles are left
 874 diff -u Python-2.6.4/Demo/scripts/script.py.orig Python-2.6.4/Demo/scripts/script.py
 875 --- Python-2.6.4/Demo/scripts/script.py.orig    Mon Feb 21 10:46:39 2011
 876 +++ Python-2.6.4/Demo/scripts/script.py Mon Feb 21 10:46:39 2011
 877 @@ -1,4 +1,4 @@
 878 -#! /usr/bin/env python
 879 +#!/usr/bin/python2.6
 880  # script.py -- Make typescript of terminal session.
 881  # Usage:
 882  #       -a      Append to typescript.
 883 diff -u Python-2.6.4/Demo/scripts/lpwatch.py.orig Python-2.6.4/Demo/scripts/lpwatch.py
 884 --- Python-2.6.4/Demo/scripts/lpwatch.py.orig   Mon Feb 21 10:46:39 2011
 885 +++ Python-2.6.4/Demo/scripts/lpwatch.py        Mon Feb 21 10:46:39 2011
 886 @@ -1,4 +1,4 @@
 887 -#! /usr/bin/env python
 888 +#!/usr/bin/python2.6
 889  
 890  # Watch line printer queue(s).
 891  # Intended for BSD 4.3 lpq.
 892 diff -u Python-2.6.4/Demo/scripts/fact.py.orig Python-2.6.4/Demo/scripts/fact.py
 893 --- Python-2.6.4/Demo/scripts/fact.py.orig      Mon Feb 21 10:46:39 2011
 894 +++ Python-2.6.4/Demo/scripts/fact.py   Mon Feb 21 10:46:39 2011
 895 @@ -1,4 +1,4 @@
 896 -#! /usr/bin/env python
 897 +#!/usr/bin/python2.6
 898  
 899  # Factorize numbers.
 900  # The algorithm is not efficient, but easy to understand.
 901 diff -u Python-2.6.4/Demo/scripts/beer.py.orig Python-2.6.4/Demo/scripts/beer.py
 902 --- Python-2.6.4/Demo/scripts/beer.py.orig      Mon Feb 21 10:46:39 2011
 903 +++ Python-2.6.4/Demo/scripts/beer.py   Mon Feb 21 10:46:39 2011
 904 @@ -1,4 +1,4 @@
 905 -#! /usr/bin/env python
 906 +#!/usr/bin/python2.6
 907  # By GvR, demystified after a version by Fredrik Lundh.
 908  import sys
 909  n = 100
 910 diff -u Python-2.6.4/Demo/scripts/newslist.py.orig Python-2.6.4/Demo/scripts/newslist.py
 911 --- Python-2.6.4/Demo/scripts/newslist.py.orig  Mon Feb 21 10:46:39 2011
 912 +++ Python-2.6.4/Demo/scripts/newslist.py       Mon Feb 21 10:46:39 2011
 913 @@ -1,4 +1,4 @@
 914 -#! /usr/bin/env python
 915 +#!/usr/bin/python2.6
 916  #######################################################################
 917  # Newslist  $Revision: 66429 $
 918  #
 919 diff -u Python-2.6.4/Demo/scripts/ftpstats.py.orig Python-2.6.4/Demo/scripts/ftpstats.py
 920 --- Python-2.6.4/Demo/scripts/ftpstats.py.orig  Mon Feb 21 10:46:39 2011
 921 +++ Python-2.6.4/Demo/scripts/ftpstats.py       Mon Feb 21 10:46:39 2011
 922 @@ -1,4 +1,4 @@
 923 -#! /usr/bin/env python
 924 +#!/usr/bin/python2.6
 925  
 926  # Extract statistics from ftp daemon log.
 927  
 928 diff -u Python-2.6.4/Demo/scripts/makedir.py.orig Python-2.6.4/Demo/scripts/makedir.py
 929 --- Python-2.6.4/Demo/scripts/makedir.py.orig   Mon Feb 21 10:46:39 2011
 930 +++ Python-2.6.4/Demo/scripts/makedir.py        Mon Feb 21 10:46:39 2011
 931 @@ -1,4 +1,4 @@
 932 -#! /usr/bin/env python
 933 +#!/usr/bin/python2.6
 934  
 935  # Like mkdir, but also make intermediate directories if necessary.
 936  # It is not an error if the given directory already exists (as long
 937 diff -u Python-2.6.4/Demo/turtle/tdemo_clock.py.orig Python-2.6.4/Demo/turtle/tdemo_clock.py
 938 --- Python-2.6.4/Demo/turtle/tdemo_clock.py.orig        Mon Feb 21 10:46:39 2011
 939 +++ Python-2.6.4/Demo/turtle/tdemo_clock.py     Mon Feb 21 10:46:39 2011
 940 @@ -1,4 +1,4 @@
 941 -#!/usr/bin/python
 942 +#!/usr/bin/python2.6
 943  # -*- coding: cp1252 -*-
 944  """       turtle-example-suite:
 945  
 946 diff -u Python-2.6.4/Demo/turtle/tdemo_planet_and_moon.py.orig Python-2.6.4/Demo/turtle/tdemo_planet_and_moon.py
 947 --- Python-2.6.4/Demo/turtle/tdemo_planet_and_moon.py.orig      Mon Feb 21 10:46:39 2011
 948 +++ Python-2.6.4/Demo/turtle/tdemo_planet_and_moon.py   Mon Feb 21 10:46:39 2011
 949 @@ -1,4 +1,4 @@
 950 -#!/usr/bin/python
 951 +#!/usr/bin/python2.6
 952  """       turtle-example-suite:
 953  
 954          tdemo_planets_and_moon.py
 955 diff -u Python-2.6.4/Demo/turtle/tdemo_lindenmayer_indian.py.orig Python-2.6.4/Demo/turtle/tdemo_lindenmayer_indian.py
 956 --- Python-2.6.4/Demo/turtle/tdemo_lindenmayer_indian.py.orig   Mon Feb 21 10:46:39 2011
 957 +++ Python-2.6.4/Demo/turtle/tdemo_lindenmayer_indian.py        Mon Feb 21 10:46:39 2011
 958 @@ -1,4 +1,4 @@
 959 -#!/usr/bin/python
 960 +#!/usr/bin/python2.6
 961  """       turtle-example-suite:
 962  
 963          xtx_lindenmayer_indian.py
 964 diff -u Python-2.6.4/Demo/turtle/tdemo_penrose.py.orig Python-2.6.4/Demo/turtle/tdemo_penrose.py
 965 --- Python-2.6.4/Demo/turtle/tdemo_penrose.py.orig      Mon Feb 21 10:46:39 2011
 966 +++ Python-2.6.4/Demo/turtle/tdemo_penrose.py   Mon Feb 21 10:46:39 2011
 967 @@ -1,4 +1,4 @@
 968 -#!/usr/bin/python
 969 +#!/usr/bin/python2.6
 970  """       xturtle-example-suite:
 971  
 972            xtx_kites_and_darts.py
 973 diff -u Python-2.6.4/Demo/turtle/turtleDemo.py.orig Python-2.6.4/Demo/turtle/turtleDemo.py
 974 --- Python-2.6.4/Demo/turtle/turtleDemo.py.orig Mon Feb 21 10:46:39 2011
 975 +++ Python-2.6.4/Demo/turtle/turtleDemo.py      Mon Feb 21 10:46:39 2011
 976 @@ -1,4 +1,4 @@
 977 -#!/usr/bin/python
 978 +#!/usr/bin/python2.6
 979  import sys
 980  import os
 981  
 982 diff -u Python-2.6.4/Demo/turtle/tdemo_yinyang.py.orig Python-2.6.4/Demo/turtle/tdemo_yinyang.py
 983 --- Python-2.6.4/Demo/turtle/tdemo_yinyang.py.orig      Mon Feb 21 10:46:39 2011
 984 +++ Python-2.6.4/Demo/turtle/tdemo_yinyang.py   Mon Feb 21 10:46:39 2011
 985 @@ -1,4 +1,4 @@
 986 -#!/usr/bin/python
 987 +#!/usr/bin/python2.6
 988  """       turtle-example-suite:
 989  
 990              tdemo_yinyang.py
 991 diff -u Python-2.6.4/Demo/turtle/tdemo_tree.py.orig Python-2.6.4/Demo/turtle/tdemo_tree.py
 992 --- Python-2.6.4/Demo/turtle/tdemo_tree.py.orig Mon Feb 21 10:46:39 2011
 993 +++ Python-2.6.4/Demo/turtle/tdemo_tree.py      Mon Feb 21 10:46:39 2011
 994 @@ -1,4 +1,4 @@
 995 -#!/usr/bin/python
 996 +#!/usr/bin/python2.6
 997  """      turtle-example-suite:
 998  
 999               tdemo_tree.py
1000 diff -u Python-2.6.4/Demo/turtle/tdemo_fractalcurves.py.orig Python-2.6.4/Demo/turtle/tdemo_fractalcurves.py
1001 --- Python-2.6.4/Demo/turtle/tdemo_fractalcurves.py.orig        Mon Feb 21 10:46:39 2011
1002 +++ Python-2.6.4/Demo/turtle/tdemo_fractalcurves.py     Mon Feb 21 10:46:39 2011
1003 @@ -1,4 +1,4 @@
1004 -#!/usr/bin/python
1005 +#!/usr/bin/python2.6
1006  """      turtle-example-suite:
1007  
1008          tdemo_fractalCurves.py
1009 diff -u Python-2.6.4/Demo/turtle/turtledemo_two_canvases.py.orig Python-2.6.4/Demo/turtle/turtledemo_two_canvases.py
1010 --- Python-2.6.4/Demo/turtle/turtledemo_two_canvases.py.orig    Mon Feb 21 10:46:39 2011
1011 +++ Python-2.6.4/Demo/turtle/turtledemo_two_canvases.py Mon Feb 21 10:46:39 2011
1012 @@ -1,4 +1,4 @@
1013 -#!/usr/bin/python
1014 +#!/usr/bin/python2.6
1015  ## DEMONSTRATES USE OF 2 CANVASES, SO CANNOT BE RUN IN DEMOVIEWER!
1016  """turtle example: Using TurtleScreen and RawTurtle
1017  for drawing on two distinct canvases.
1018 diff -u Python-2.6.4/Demo/turtle/tdemo_minimal_hanoi.py.orig Python-2.6.4/Demo/turtle/tdemo_minimal_hanoi.py
1019 --- Python-2.6.4/Demo/turtle/tdemo_minimal_hanoi.py.orig        Mon Feb 21 10:46:39 2011
1020 +++ Python-2.6.4/Demo/turtle/tdemo_minimal_hanoi.py     Mon Feb 21 10:46:39 2011
1021 @@ -1,4 +1,4 @@
1022 -#!/usr/bin/python
1023 +#!/usr/bin/python2.6
1024  """       turtle-example-suite:
1025  
1026           tdemo_minimal_hanoi.py
1027 diff -u Python-2.6.4/Demo/turtle/tdemo_peace.py.orig Python-2.6.4/Demo/turtle/tdemo_peace.py
1028 --- Python-2.6.4/Demo/turtle/tdemo_peace.py.orig        Mon Feb 21 10:46:39 2011
1029 +++ Python-2.6.4/Demo/turtle/tdemo_peace.py     Mon Feb 21 10:46:39 2011
1030 @@ -1,4 +1,4 @@
1031 -#!/usr/bin/python
1032 +#!/usr/bin/python2.6
1033  """       turtle-example-suite:
1034  
1035                tdemo_peace.py
1036 diff -u Python-2.6.4/Demo/turtle/tdemo_bytedesign.py.orig Python-2.6.4/Demo/turtle/tdemo_bytedesign.py
1037 --- Python-2.6.4/Demo/turtle/tdemo_bytedesign.py.orig   Mon Feb 21 10:46:39 2011
1038 +++ Python-2.6.4/Demo/turtle/tdemo_bytedesign.py        Mon Feb 21 10:46:39 2011
1039 @@ -1,4 +1,4 @@
1040 -#!/usr/bin/python
1041 +#!/usr/bin/python2.6
1042  """      turtle-example-suite:
1043  
1044          tdemo_bytedesign.py
1045 diff -u Python-2.6.4/Demo/turtle/tdemo_paint.py.orig Python-2.6.4/Demo/turtle/tdemo_paint.py
1046 --- Python-2.6.4/Demo/turtle/tdemo_paint.py.orig        Mon Feb 21 10:46:39 2011
1047 +++ Python-2.6.4/Demo/turtle/tdemo_paint.py     Mon Feb 21 10:46:39 2011
1048 @@ -1,4 +1,4 @@
1049 -#!/usr/bin/python
1050 +#!/usr/bin/python2.6
1051  """       turtle-example-suite:
1052  
1053              tdemo_paint.py
1054 diff -u Python-2.6.4/Demo/turtle/tdemo_I_dontlike_tiltdemo.py.orig Python-2.6.4/Demo/turtle/tdemo_I_dontlike_tiltdemo.py
1055 --- Python-2.6.4/Demo/turtle/tdemo_I_dontlike_tiltdemo.py.orig  Mon Feb 21 10:46:39 2011
1056 +++ Python-2.6.4/Demo/turtle/tdemo_I_dontlike_tiltdemo.py       Mon Feb 21 10:46:39 2011
1057 @@ -1,4 +1,4 @@
1058 -#!/usr/bin/python
1059 +#!/usr/bin/python2.6
1060  """       turtle-example-suite:
1061  
1062       tdemo-I_dont_like_tiltdemo.py
1063 diff -u Python-2.6.4/Demo/cgi/cgi1.py.orig Python-2.6.4/Demo/cgi/cgi1.py
1064 --- Python-2.6.4/Demo/cgi/cgi1.py.orig  Mon Feb 21 10:46:39 2011
1065 +++ Python-2.6.4/Demo/cgi/cgi1.py       Mon Feb 21 10:46:39 2011
1066 @@ -1,4 +1,4 @@
1067 -#!/usr/local/bin/python
1068 +#!/usr/bin/python2.6
1069  
1070  """CGI test 1 - check server setup."""
1071  
1072 diff -u Python-2.6.4/Demo/cgi/cgi3.py.orig Python-2.6.4/Demo/cgi/cgi3.py
1073 --- Python-2.6.4/Demo/cgi/cgi3.py.orig  Mon Feb 21 10:46:39 2011
1074 +++ Python-2.6.4/Demo/cgi/cgi3.py       Mon Feb 21 10:46:39 2011
1075 @@ -1,4 +1,4 @@
1076 -#!/usr/local/bin/python
1077 +#!/usr/bin/python2.6
1078  
1079  """CGI test 3 (persistent data)."""
1080  
1081 diff -u Python-2.6.4/Demo/cgi/cgi2.py.orig Python-2.6.4/Demo/cgi/cgi2.py
1082 --- Python-2.6.4/Demo/cgi/cgi2.py.orig  Mon Feb 21 10:46:39 2011
1083 +++ Python-2.6.4/Demo/cgi/cgi2.py       Mon Feb 21 10:46:39 2011
1084 @@ -1,4 +1,4 @@
1085 -#!/usr/local/bin/python
1086 +#!/usr/bin/python2.6
1087  
1088  """CGI test 2 - basic use of cgi module."""
1089  
1090 diff -u Python-2.6.4/Demo/comparisons/sortingtest.py.orig Python-2.6.4/Demo/comparisons/sortingtest.py
1091 --- Python-2.6.4/Demo/comparisons/sortingtest.py.orig   Mon Feb 21 10:46:39 2011
1092 +++ Python-2.6.4/Demo/comparisons/sortingtest.py        Mon Feb 21 10:46:39 2011
1093 @@ -1,4 +1,4 @@
1094 -#! /usr/bin/env python
1095 +#!/usr/bin/python2.6
1096  
1097  # 2)  Sorting Test
1098  #
1099 diff -u Python-2.6.4/Demo/comparisons/regextest.py.orig Python-2.6.4/Demo/comparisons/regextest.py
1100 --- Python-2.6.4/Demo/comparisons/regextest.py.orig     Mon Feb 21 10:46:39 2011
1101 +++ Python-2.6.4/Demo/comparisons/regextest.py  Mon Feb 21 10:46:39 2011
1102 @@ -1,4 +1,4 @@
1103 -#! /usr/bin/env python
1104 +#!/usr/bin/python2.6
1105  
1106  # 1)  Regular Expressions Test
1107  #
1108 diff -u Python-2.6.4/Demo/comparisons/systemtest.py.orig Python-2.6.4/Demo/comparisons/systemtest.py
1109 --- Python-2.6.4/Demo/comparisons/systemtest.py.orig    Mon Feb 21 10:46:39 2011
1110 +++ Python-2.6.4/Demo/comparisons/systemtest.py Mon Feb 21 10:46:39 2011
1111 @@ -1,4 +1,4 @@
1112 -#! /usr/bin/env python
1113 +#!/usr/bin/python2.6
1114  
1115  # 3)  System Test
1116  #
1117 diff -u Python-2.6.4/Demo/pysvr/pysvr.py.orig Python-2.6.4/Demo/pysvr/pysvr.py
1118 --- Python-2.6.4/Demo/pysvr/pysvr.py.orig       Mon Feb 21 10:46:39 2011
1119 +++ Python-2.6.4/Demo/pysvr/pysvr.py    Mon Feb 21 10:46:39 2011
1120 @@ -1,4 +1,4 @@
1121 -#! /usr/bin/env python
1122 +#!/usr/bin/python2.6
1123  
1124  """A multi-threaded telnet-like server that gives a Python prompt.
1125  
1126 diff -u Python-2.6.4/Demo/tkinter/guido/sortvisu.py.orig Python-2.6.4/Demo/tkinter/guido/sortvisu.py
1127 --- Python-2.6.4/Demo/tkinter/guido/sortvisu.py.orig    Mon Feb 21 10:46:39 2011
1128 +++ Python-2.6.4/Demo/tkinter/guido/sortvisu.py Mon Feb 21 10:46:39 2011
1129 @@ -1,4 +1,4 @@
1130 -#! /usr/bin/env python
1131 +#!/usr/bin/python2.6
1132  
1133  """Sorting algorithms visualizer using Tkinter.
1134  
1135 diff -u Python-2.6.4/Demo/tkinter/guido/dialog.py.orig Python-2.6.4/Demo/tkinter/guido/dialog.py
1136 --- Python-2.6.4/Demo/tkinter/guido/dialog.py.orig      Mon Feb 21 10:46:39 2011
1137 +++ Python-2.6.4/Demo/tkinter/guido/dialog.py   Mon Feb 21 10:46:39 2011
1138 @@ -1,4 +1,4 @@
1139 -#! /usr/bin/env python
1140 +#!/usr/bin/python2.6
1141  
1142  # A Python function that generates dialog boxes with a text message,
1143  # optional bitmap, and any number of buttons.
1144 diff -u Python-2.6.4/Demo/tkinter/guido/electrons.py.orig Python-2.6.4/Demo/tkinter/guido/electrons.py
1145 --- Python-2.6.4/Demo/tkinter/guido/electrons.py.orig   Mon Feb 21 10:46:39 2011
1146 +++ Python-2.6.4/Demo/tkinter/guido/electrons.py        Mon Feb 21 10:46:39 2011
1147 @@ -1,4 +1,4 @@
1148 -#! /usr/bin/env python
1149 +#!/usr/bin/python2.6
1150  
1151  # Simulate "electrons" migrating across the screen.
1152  # An optional bitmap file in can be in the background.
1153 diff -u Python-2.6.4/Demo/tkinter/guido/newmenubardemo.py.orig Python-2.6.4/Demo/tkinter/guido/newmenubardemo.py
1154 --- Python-2.6.4/Demo/tkinter/guido/newmenubardemo.py.orig      Mon Feb 21 10:46:39 2011
1155 +++ Python-2.6.4/Demo/tkinter/guido/newmenubardemo.py   Mon Feb 21 10:46:39 2011
1156 @@ -1,4 +1,4 @@
1157 -#! /usr/bin/env python
1158 +#!/usr/bin/python2.6
1159  
1160  """Play with the new Tk 8.0 toplevel menu option."""
1161  
1162 diff -u Python-2.6.4/Demo/tkinter/guido/canvasevents.py.orig Python-2.6.4/Demo/tkinter/guido/canvasevents.py
1163 --- Python-2.6.4/Demo/tkinter/guido/canvasevents.py.orig        Mon Feb 21 10:46:39 2011
1164 +++ Python-2.6.4/Demo/tkinter/guido/canvasevents.py     Mon Feb 21 10:46:39 2011
1165 @@ -1,4 +1,4 @@
1166 -#! /usr/bin/env python
1167 +#!/usr/bin/python2.6
1168  
1169  from Tkinter import *
1170  from Canvas import Oval, Group, CanvasText
1171 diff -u Python-2.6.4/Demo/tkinter/guido/tkman.py.orig Python-2.6.4/Demo/tkinter/guido/tkman.py
1172 --- Python-2.6.4/Demo/tkinter/guido/tkman.py.orig       Mon Feb 21 10:46:39 2011
1173 +++ Python-2.6.4/Demo/tkinter/guido/tkman.py    Mon Feb 21 10:46:39 2011
1174 @@ -1,4 +1,4 @@
1175 -#! /usr/bin/env python
1176 +#!/usr/bin/python2.6
1177  
1178  # Tk man page browser -- currently only shows the Tcl/Tk man pages
1179  
1180 diff -u Python-2.6.4/Demo/tkinter/guido/solitaire.py.orig Python-2.6.4/Demo/tkinter/guido/solitaire.py
1181 --- Python-2.6.4/Demo/tkinter/guido/solitaire.py.orig   Mon Feb 21 10:46:39 2011
1182 +++ Python-2.6.4/Demo/tkinter/guido/solitaire.py        Mon Feb 21 10:46:39 2011
1183 @@ -1,4 +1,4 @@
1184 -#! /usr/bin/env python
1185 +#!/usr/bin/python2.6
1186  
1187  """Solitaire game, much like the one that comes with MS Windows.
1188  
1189 diff -u Python-2.6.4/Demo/tkinter/guido/kill.py.orig Python-2.6.4/Demo/tkinter/guido/kill.py
1190 --- Python-2.6.4/Demo/tkinter/guido/kill.py.orig        Mon Feb 21 10:46:39 2011
1191 +++ Python-2.6.4/Demo/tkinter/guido/kill.py     Mon Feb 21 10:46:39 2011
1192 @@ -1,4 +1,4 @@
1193 -#! /usr/bin/env python
1194 +#!/usr/bin/python2.6
1195  # Tkinter interface to Linux `kill' command.
1196  
1197  from Tkinter import *
1198 diff -u Python-2.6.4/Demo/tkinter/guido/MimeViewer.py.orig Python-2.6.4/Demo/tkinter/guido/MimeViewer.py
1199 --- Python-2.6.4/Demo/tkinter/guido/MimeViewer.py.orig  Mon Feb 21 10:46:39 2011
1200 +++ Python-2.6.4/Demo/tkinter/guido/MimeViewer.py       Mon Feb 21 10:46:39 2011
1201 @@ -1,4 +1,4 @@
1202 -#! /usr/bin/env python
1203 +#!/usr/bin/python2.6
1204  
1205  # View a single MIME multipart message.
1206  # Display each part as a box.
1207 diff -u Python-2.6.4/Demo/tkinter/guido/mbox.py.orig Python-2.6.4/Demo/tkinter/guido/mbox.py
1208 --- Python-2.6.4/Demo/tkinter/guido/mbox.py.orig        Mon Feb 21 10:46:39 2011
1209 +++ Python-2.6.4/Demo/tkinter/guido/mbox.py     Mon Feb 21 10:46:39 2011
1210 @@ -1,4 +1,4 @@
1211 -#! /usr/bin/env python
1212 +#!/usr/bin/python2.6
1213  
1214  # Scan MH folder, display results in window
1215  
1216 diff -u Python-2.6.4/Demo/tkinter/guido/rmt.py.orig Python-2.6.4/Demo/tkinter/guido/rmt.py
1217 --- Python-2.6.4/Demo/tkinter/guido/rmt.py.orig Mon Feb 21 10:46:39 2011
1218 +++ Python-2.6.4/Demo/tkinter/guido/rmt.py      Mon Feb 21 10:46:39 2011
1219 @@ -1,4 +1,4 @@
1220 -#! /usr/bin/env python
1221 +#!/usr/bin/python2.6
1222  
1223  # A Python program implementing rmt, an application for remotely
1224  # controlling other Tk applications.
1225 diff -u Python-2.6.4/Demo/tkinter/guido/svkill.py.orig Python-2.6.4/Demo/tkinter/guido/svkill.py
1226 --- Python-2.6.4/Demo/tkinter/guido/svkill.py.orig      Mon Feb 21 10:46:39 2011
1227 +++ Python-2.6.4/Demo/tkinter/guido/svkill.py   Mon Feb 21 10:46:39 2011
1228 @@ -1,4 +1,4 @@
1229 -#! /usr/bin/env python
1230 +#!/usr/bin/python2.6
1231  
1232  # Tkinter interface to SYSV `ps' and `kill' commands.
1233  
1234 diff -u Python-2.6.4/Demo/pdist/rrcs.py.orig Python-2.6.4/Demo/pdist/rrcs.py
1235 --- Python-2.6.4/Demo/pdist/rrcs.py.orig        Mon Feb 21 10:46:40 2011
1236 +++ Python-2.6.4/Demo/pdist/rrcs.py     Mon Feb 21 10:46:40 2011
1237 @@ -1,4 +1,4 @@
1238 -#! /usr/bin/env python
1239 +#!/usr/bin/python2.6
1240  
1241  "Remote RCS -- command line interface"
1242  
1243 diff -u Python-2.6.4/Demo/pdist/rcvs.py.orig Python-2.6.4/Demo/pdist/rcvs.py
1244 --- Python-2.6.4/Demo/pdist/rcvs.py.orig        Mon Feb 21 10:46:40 2011
1245 +++ Python-2.6.4/Demo/pdist/rcvs.py     Mon Feb 21 10:46:40 2011
1246 @@ -1,4 +1,4 @@
1247 -#! /usr/bin/env python
1248 +#!/usr/bin/python2.6
1249  
1250  """Remote CVS -- command line interface"""
1251  
1252 diff -u Python-2.6.4/Demo/pdist/RCSProxy.py.orig Python-2.6.4/Demo/pdist/RCSProxy.py
1253 --- Python-2.6.4/Demo/pdist/RCSProxy.py.orig    Mon Feb 21 10:46:40 2011
1254 +++ Python-2.6.4/Demo/pdist/RCSProxy.py Mon Feb 21 10:46:40 2011
1255 @@ -1,4 +1,4 @@
1256 -#! /usr/bin/env python
1257 +#!/usr/bin/python2.6
1258  
1259  """RCS Proxy.
1260  
1261 diff -u Python-2.6.4/Demo/pdist/makechangelog.py.orig Python-2.6.4/Demo/pdist/makechangelog.py
1262 --- Python-2.6.4/Demo/pdist/makechangelog.py.orig       Mon Feb 21 10:46:40 2011
1263 +++ Python-2.6.4/Demo/pdist/makechangelog.py    Mon Feb 21 10:46:40 2011
1264 @@ -1,4 +1,4 @@
1265 -#! /usr/bin/env python
1266 +#!/usr/bin/python2.6
1267  
1268  """Turn a pile of RCS log output into ChangeLog file entries.
1269  
1270 diff -u Python-2.6.4/Demo/zlib/zlibdemo.py.orig Python-2.6.4/Demo/zlib/zlibdemo.py
1271 --- Python-2.6.4/Demo/zlib/zlibdemo.py.orig     Mon Feb 21 10:46:40 2011
1272 +++ Python-2.6.4/Demo/zlib/zlibdemo.py  Mon Feb 21 10:46:40 2011
1273 @@ -1,4 +1,4 @@
1274 -#!/usr/bin/env python
1275 +#!/usr/bin/python2.6
1276  
1277  # Takes an optional filename, defaulting to this file itself.
1278  # Reads the file and compresses the content using level 1 and level 9
1279 diff -u Python-2.6.4/Demo/zlib/minigzip.py.orig Python-2.6.4/Demo/zlib/minigzip.py
1280 --- Python-2.6.4/Demo/zlib/minigzip.py.orig     Mon Feb 21 10:46:40 2011
1281 +++ Python-2.6.4/Demo/zlib/minigzip.py  Mon Feb 21 10:46:40 2011
1282 @@ -1,4 +1,4 @@
1283 -#!/usr/bin/env python
1284 +#!/usr/bin/python2.6
1285  # Demo program for zlib; it compresses or decompresses files, but *doesn't*
1286  # delete the original.  This doesn't support all of gzip's options.
1287  #
1288 diff -u Python-2.6.4/Demo/curses/life.py.orig Python-2.6.4/Demo/curses/life.py
1289 --- Python-2.6.4/Demo/curses/life.py.orig       Mon Feb 21 10:46:40 2011
1290 +++ Python-2.6.4/Demo/curses/life.py    Mon Feb 21 10:46:40 2011
1291 @@ -1,4 +1,4 @@
1292 -#!/usr/bin/env python
1293 +#!/usr/bin/python2.6
1294  # life.py -- A curses-based version of Conway's Game of Life.
1295  # Contributed by AMK
1296  #
1297 diff -u Python-2.6.4/Demo/curses/rain.py.orig Python-2.6.4/Demo/curses/rain.py
1298 --- Python-2.6.4/Demo/curses/rain.py.orig       Mon Feb 21 10:46:40 2011
1299 +++ Python-2.6.4/Demo/curses/rain.py    Mon Feb 21 10:46:40 2011
1300 @@ -1,4 +1,4 @@
1301 -#!/usr/bin/env python
1302 +#!/usr/bin/python2.6
1303  #
1304  # $Id: rain.py 46625 2006-06-03 23:02:15Z andrew.kuchling $
1305  #
1306 diff -u Python-2.6.4/Demo/curses/repeat.py.orig Python-2.6.4/Demo/curses/repeat.py
1307 --- Python-2.6.4/Demo/curses/repeat.py.orig     Mon Feb 21 10:46:40 2011
1308 +++ Python-2.6.4/Demo/curses/repeat.py  Mon Feb 21 10:46:40 2011
1309 @@ -1,4 +1,4 @@
1310 -#! /usr/bin/env python
1311 +#!/usr/bin/python2.6
1312  
1313  """repeat <shell-command>
1314  
1315 diff -u Python-2.6.4/Demo/curses/ncurses.py.orig Python-2.6.4/Demo/curses/ncurses.py
1316 --- Python-2.6.4/Demo/curses/ncurses.py.orig    Mon Feb 21 10:46:40 2011
1317 +++ Python-2.6.4/Demo/curses/ncurses.py Mon Feb 21 10:46:40 2011
1318 @@ -1,4 +1,4 @@
1319 -#!/usr/bin/env python
1320 +#!/usr/bin/python2.6
1321  #
1322  # $Id: ncurses.py 66424 2008-09-13 01:22:08Z andrew.kuchling $
1323  #
1324 diff -u Python-2.6.4/Demo/curses/tclock.py.orig Python-2.6.4/Demo/curses/tclock.py
1325 --- Python-2.6.4/Demo/curses/tclock.py.orig     Mon Feb 21 10:46:40 2011
1326 +++ Python-2.6.4/Demo/curses/tclock.py  Mon Feb 21 10:46:40 2011
1327 @@ -1,4 +1,4 @@
1328 -#!/usr/bin/env python
1329 +#!/usr/bin/python2.6
1330  #
1331  # $Id: tclock.py 46626 2006-06-03 23:07:21Z andrew.kuchling $
1332  #
1333 diff -u Python-2.6.4/Demo/parser/test_parser.py.orig Python-2.6.4/Demo/parser/test_parser.py
1334 --- Python-2.6.4/Demo/parser/test_parser.py.orig        Mon Feb 21 10:46:40 2011
1335 +++ Python-2.6.4/Demo/parser/test_parser.py     Mon Feb 21 10:46:40 2011
1336 @@ -1,4 +1,4 @@
1337 -#! /usr/bin/env python
1338 +#!/usr/bin/python2.6
1339  #  (Force the script to use the latest build.)
1340  #
1341  #  test_parser.py
1342 diff -u Python-2.6.4/Demo/sockets/gopher.py.orig Python-2.6.4/Demo/sockets/gopher.py
1343 --- Python-2.6.4/Demo/sockets/gopher.py.orig    Mon Feb 21 10:46:40 2011
1344 +++ Python-2.6.4/Demo/sockets/gopher.py Mon Feb 21 10:46:40 2011
1345 @@ -1,4 +1,4 @@
1346 -#! /usr/bin/env python
1347 +#!/usr/bin/python2.6
1348  
1349  # A simple gopher client.
1350  #
1351 diff -u Python-2.6.4/Demo/sockets/throughput.py.orig Python-2.6.4/Demo/sockets/throughput.py
1352 --- Python-2.6.4/Demo/sockets/throughput.py.orig        Mon Feb 21 10:46:40 2011
1353 +++ Python-2.6.4/Demo/sockets/throughput.py     Mon Feb 21 10:46:40 2011
1354 @@ -1,4 +1,4 @@
1355 -#! /usr/bin/env python
1356 +#!/usr/bin/python2.6
1357  
1358  # Test network throughput.
1359  #
1360 diff -u Python-2.6.4/Demo/sockets/rpython.py.orig Python-2.6.4/Demo/sockets/rpython.py
1361 --- Python-2.6.4/Demo/sockets/rpython.py.orig   Mon Feb 21 10:46:40 2011
1362 +++ Python-2.6.4/Demo/sockets/rpython.py        Mon Feb 21 10:46:40 2011
1363 @@ -1,4 +1,4 @@
1364 -#! /usr/bin/env python
1365 +#!/usr/bin/python2.6
1366  
1367  # Remote python client.
1368  # Execute Python commands remotely and send output back.
1369 diff -u Python-2.6.4/Demo/sockets/echosvr.py.orig Python-2.6.4/Demo/sockets/echosvr.py
1370 --- Python-2.6.4/Demo/sockets/echosvr.py.orig   Mon Feb 21 10:46:40 2011
1371 +++ Python-2.6.4/Demo/sockets/echosvr.py        Mon Feb 21 10:46:40 2011
1372 @@ -1,4 +1,4 @@
1373 -#! /usr/bin/env python
1374 +#!/usr/bin/python2.6
1375  
1376  # Python implementation of an 'echo' tcp server: echo all data it receives.
1377  #
1378 diff -u Python-2.6.4/Demo/sockets/telnet.py.orig Python-2.6.4/Demo/sockets/telnet.py
1379 --- Python-2.6.4/Demo/sockets/telnet.py.orig    Mon Feb 21 10:46:40 2011
1380 +++ Python-2.6.4/Demo/sockets/telnet.py Mon Feb 21 10:46:40 2011
1381 @@ -1,4 +1,4 @@
1382 -#! /usr/bin/env python
1383 +#!/usr/bin/python2.6
1384  
1385  # Minimal interface to the Internet telnet protocol.
1386  #
1387 diff -u Python-2.6.4/Demo/sockets/finger.py.orig Python-2.6.4/Demo/sockets/finger.py
1388 --- Python-2.6.4/Demo/sockets/finger.py.orig    Mon Feb 21 10:46:40 2011
1389 +++ Python-2.6.4/Demo/sockets/finger.py Mon Feb 21 10:46:40 2011
1390 @@ -1,4 +1,4 @@
1391 -#! /usr/bin/env python
1392 +#!/usr/bin/python2.6
1393  
1394  # Python interface to the Internet finger daemon.
1395  #
1396 diff -u Python-2.6.4/Demo/sockets/udpecho.py.orig Python-2.6.4/Demo/sockets/udpecho.py
1397 --- Python-2.6.4/Demo/sockets/udpecho.py.orig   Mon Feb 21 10:46:40 2011
1398 +++ Python-2.6.4/Demo/sockets/udpecho.py        Mon Feb 21 10:46:40 2011
1399 @@ -1,4 +1,4 @@
1400 -#! /usr/bin/env python
1401 +#!/usr/bin/python2.6
1402  
1403  # Client and server for udp (datagram) echo.
1404  #
1405 diff -u Python-2.6.4/Demo/sockets/rpythond.py.orig Python-2.6.4/Demo/sockets/rpythond.py
1406 --- Python-2.6.4/Demo/sockets/rpythond.py.orig  Mon Feb 21 10:46:40 2011
1407 +++ Python-2.6.4/Demo/sockets/rpythond.py       Mon Feb 21 10:46:40 2011
1408 @@ -1,4 +1,4 @@
1409 -#! /usr/bin/env python
1410 +#!/usr/bin/python2.6
1411  
1412  # Remote python server.
1413  # Execute Python commands remotely and send output back.
1414 diff -u Python-2.6.4/Tools/ssl/get-remote-certificate.py.orig Python-2.6.4/Tools/ssl/get-remote-certificate.py
1415 --- Python-2.6.4/Tools/ssl/get-remote-certificate.py.orig       Mon Feb 21 10:46:41 2011
1416 +++ Python-2.6.4/Tools/ssl/get-remote-certificate.py    Mon Feb 21 10:46:41 2011
1417 @@ -1,4 +1,4 @@
1418 -#!/usr/bin/env python
1419 +#!/usr/bin/python2.6
1420  #
1421  # fetch the certificate that the server(s) are providing in PEM form
1422  #
1423 diff -u Python-2.6.4/Tools/compiler/demo.py.orig Python-2.6.4/Tools/compiler/demo.py
1424 --- Python-2.6.4/Tools/compiler/demo.py.orig    Mon Feb 21 10:46:41 2011
1425 +++ Python-2.6.4/Tools/compiler/demo.py Mon Feb 21 10:46:41 2011
1426 @@ -1,4 +1,4 @@
1427 -#! /usr/bin/env python
1428 +#!/usr/bin/python2.6
1429  
1430  """Print names of all methods defined in module
1431  
1432 diff -u Python-2.6.4/Tools/compiler/dumppyc.py.orig Python-2.6.4/Tools/compiler/dumppyc.py
1433 --- Python-2.6.4/Tools/compiler/dumppyc.py.orig Mon Feb 21 10:46:41 2011
1434 +++ Python-2.6.4/Tools/compiler/dumppyc.py      Mon Feb 21 10:46:41 2011
1435 @@ -1,4 +1,4 @@
1436 -#! /usr/bin/env python
1437 +#!/usr/bin/python2.6
1438  
1439  import marshal
1440  import dis
1441 diff -u Python-2.6.4/Tools/webchecker/wsgui.py.orig Python-2.6.4/Tools/webchecker/wsgui.py
1442 --- Python-2.6.4/Tools/webchecker/wsgui.py.orig Mon Feb 21 10:46:41 2011
1443 +++ Python-2.6.4/Tools/webchecker/wsgui.py      Mon Feb 21 10:46:41 2011
1444 @@ -1,4 +1,4 @@
1445 -#! /usr/bin/env python
1446 +#!/usr/bin/python2.6
1447  
1448  """Tkinter-based GUI for websucker.
1449  
1450 diff -u Python-2.6.4/Tools/webchecker/webchecker.py.orig Python-2.6.4/Tools/webchecker/webchecker.py
1451 --- Python-2.6.4/Tools/webchecker/webchecker.py.orig    Mon Feb 21 10:46:41 2011
1452 +++ Python-2.6.4/Tools/webchecker/webchecker.py Mon Feb 21 10:46:41 2011
1453 @@ -1,4 +1,4 @@
1454 -#! /usr/bin/env python
1455 +#!/usr/bin/python2.6
1456  
1457  # Original code by Guido van Rossum; extensive changes by Sam Bayer,
1458  # including code to check URL fragments.
1459 diff -u Python-2.6.4/Tools/webchecker/websucker.py.orig Python-2.6.4/Tools/webchecker/websucker.py
1460 --- Python-2.6.4/Tools/webchecker/websucker.py.orig     Mon Feb 21 10:46:41 2011
1461 +++ Python-2.6.4/Tools/webchecker/websucker.py  Mon Feb 21 10:46:41 2011
1462 @@ -1,4 +1,4 @@
1463 -#! /usr/bin/env python
1464 +#!/usr/bin/python2.6
1465  
1466  """A variant on webchecker that creates a mirror copy of a remote site."""
1467  
1468 diff -u Python-2.6.4/Tools/webchecker/wcgui.py.orig Python-2.6.4/Tools/webchecker/wcgui.py
1469 --- Python-2.6.4/Tools/webchecker/wcgui.py.orig Mon Feb 21 10:46:41 2011
1470 +++ Python-2.6.4/Tools/webchecker/wcgui.py      Mon Feb 21 10:46:41 2011
1471 @@ -1,4 +1,4 @@
1472 -#! /usr/bin/env python
1473 +#!/usr/bin/python2.6
1474  
1475  """GUI interface to webchecker.
1476  
1477 diff -u Python-2.6.4/Tools/faqwiz/faqw.py.orig Python-2.6.4/Tools/faqwiz/faqw.py
1478 --- Python-2.6.4/Tools/faqwiz/faqw.py.orig      Mon Feb 21 10:46:41 2011
1479 +++ Python-2.6.4/Tools/faqwiz/faqw.py   Mon Feb 21 10:46:41 2011
1480 @@ -1,4 +1,4 @@
1481 -#! /usr/local/bin/python
1482 +#!/usr/bin/python2.6
1483  
1484  """FAQ wizard bootstrap."""
1485  
1486 diff -u Python-2.6.4/Tools/unicode/comparecodecs.py.orig Python-2.6.4/Tools/unicode/comparecodecs.py
1487 --- Python-2.6.4/Tools/unicode/comparecodecs.py.orig    Mon Feb 21 10:46:41 2011
1488 +++ Python-2.6.4/Tools/unicode/comparecodecs.py Mon Feb 21 10:46:41 2011
1489 @@ -1,4 +1,4 @@
1490 -#!/usr/bin/env python
1491 +#!/usr/bin/python2.6
1492  
1493  """ Compare the output of two codecs.
1494  
1495 diff -u Python-2.6.4/Tools/i18n/msgfmt.py.orig Python-2.6.4/Tools/i18n/msgfmt.py
1496 --- Python-2.6.4/Tools/i18n/msgfmt.py.orig      Mon Feb 21 10:46:41 2011
1497 +++ Python-2.6.4/Tools/i18n/msgfmt.py   Mon Feb 21 10:46:41 2011
1498 @@ -1,4 +1,4 @@
1499 -#! /usr/bin/env python
1500 +#!/usr/bin/python2.6
1501  # -*- coding: iso-8859-1 -*-
1502  # Written by Martin v. Löwis <loewis@informatik.hu-berlin.de>
1503  
1504 diff -u Python-2.6.4/Tools/i18n/makelocalealias.py.orig Python-2.6.4/Tools/i18n/makelocalealias.py
1505 --- Python-2.6.4/Tools/i18n/makelocalealias.py.orig     Mon Feb 21 10:46:41 2011
1506 +++ Python-2.6.4/Tools/i18n/makelocalealias.py  Mon Feb 21 10:46:41 2011
1507 @@ -1,4 +1,4 @@
1508 -#!/usr/bin/env python
1509 +#!/usr/bin/python2.6
1510  """
1511      Convert the X11 locale.alias file into a mapping dictionary suitable
1512      for locale.py.
1513 diff -u Python-2.6.4/Tools/i18n/pygettext.py.orig Python-2.6.4/Tools/i18n/pygettext.py
1514 --- Python-2.6.4/Tools/i18n/pygettext.py.orig   Mon Feb 21 10:46:41 2011
1515 +++ Python-2.6.4/Tools/i18n/pygettext.py        Mon Feb 21 10:46:41 2011
1516 @@ -1,4 +1,4 @@
1517 -#! /usr/bin/env python
1518 +#!/usr/bin/python2.6
1519  # -*- coding: iso-8859-1 -*-
1520  # Originally written by Barry Warsaw <barry@zope.com>
1521  #
1522 diff -u Python-2.6.4/Tools/freeze/freeze.py.orig Python-2.6.4/Tools/freeze/freeze.py
1523 --- Python-2.6.4/Tools/freeze/freeze.py.orig    Mon Feb 21 10:46:42 2011
1524 +++ Python-2.6.4/Tools/freeze/freeze.py Mon Feb 21 10:46:42 2011
1525 @@ -1,4 +1,4 @@
1526 -#! /usr/bin/env python
1527 +#!/usr/bin/python2.6
1528  
1529  """Freeze a Python script into a binary.
1530  
1531 diff -u Python-2.6.4/Tools/modulator/Tkextra.py.orig Python-2.6.4/Tools/modulator/Tkextra.py
1532 --- Python-2.6.4/Tools/modulator/Tkextra.py.orig        Mon Feb 21 10:46:42 2011
1533 +++ Python-2.6.4/Tools/modulator/Tkextra.py     Mon Feb 21 10:46:42 2011
1534 @@ -1,4 +1,4 @@
1535 -#! /usr/bin/env python
1536 +#!/usr/bin/python2.6
1537  
1538  # A Python function that generates dialog boxes with a text message,
1539  # optional bitmap, and any number of buttons.
1540 diff -u Python-2.6.4/Tools/modulator/modulator.py.orig Python-2.6.4/Tools/modulator/modulator.py
1541 --- Python-2.6.4/Tools/modulator/modulator.py.orig      Mon Feb 21 10:46:42 2011
1542 +++ Python-2.6.4/Tools/modulator/modulator.py   Mon Feb 21 10:46:42 2011
1543 @@ -1,4 +1,4 @@
1544 -#! /usr/bin/env python
1545 +#!/usr/bin/python2.6
1546  #
1547  # Modulator - Generate skeleton modules.
1548  #
1549 diff -u Python-2.6.4/Tools/pybench/pybench.py.orig Python-2.6.4/Tools/pybench/pybench.py
1550 --- Python-2.6.4/Tools/pybench/pybench.py.orig  Mon Feb 21 10:46:42 2011
1551 +++ Python-2.6.4/Tools/pybench/pybench.py       Mon Feb 21 10:46:42 2011
1552 @@ -1,4 +1,4 @@
1553 -#!/usr/local/bin/python -O
1554 +#!/usr/bin/python2.6
1555  
1556  """ A Python Benchmark Suite
1557  
1558 diff -u Python-2.6.4/Tools/pybench/Setup.py.orig Python-2.6.4/Tools/pybench/Setup.py
1559 --- Python-2.6.4/Tools/pybench/Setup.py.orig    Mon Feb 21 10:46:42 2011
1560 +++ Python-2.6.4/Tools/pybench/Setup.py Mon Feb 21 10:46:42 2011
1561 @@ -1,4 +1,4 @@
1562 -#!python
1563 +#!/usr/bin/python2.6
1564  
1565  # Setup file for pybench
1566  #
1567 diff -u Python-2.6.4/Tools/pybench/clockres.py.orig Python-2.6.4/Tools/pybench/clockres.py
1568 --- Python-2.6.4/Tools/pybench/clockres.py.orig Mon Feb 21 10:46:42 2011
1569 +++ Python-2.6.4/Tools/pybench/clockres.py      Mon Feb 21 10:46:42 2011
1570 @@ -1,4 +1,4 @@
1571 -#!/usr/bin/env python
1572 +#!/usr/bin/python2.6
1573  
1574  """ clockres - calculates the resolution in seconds of a given timer.
1575  
1576 diff -u Python-2.6.4/Tools/pybench/systimes.py.orig Python-2.6.4/Tools/pybench/systimes.py
1577 --- Python-2.6.4/Tools/pybench/systimes.py.orig Mon Feb 21 10:46:42 2011
1578 +++ Python-2.6.4/Tools/pybench/systimes.py      Mon Feb 21 10:46:42 2011
1579 @@ -1,4 +1,4 @@
1580 -#!/usr/bin/env python
1581 +#!/usr/bin/python2.6
1582  
1583  """ systimes() user and system timer implementations for use by
1584      pybench.
1585 diff -u Python-2.6.4/Tools/scripts/fixheader.py.orig Python-2.6.4/Tools/scripts/fixheader.py
1586 --- Python-2.6.4/Tools/scripts/fixheader.py.orig        Mon Feb 21 10:46:42 2011
1587 +++ Python-2.6.4/Tools/scripts/fixheader.py     Mon Feb 21 10:46:42 2011
1588 @@ -1,4 +1,4 @@
1589 -#! /usr/bin/env python
1590 +#!/usr/bin/python2.6
1591  
1592  # Add some standard cpp magic to a header file
1593  
1594 diff -u Python-2.6.4/Tools/scripts/fixdiv.py.orig Python-2.6.4/Tools/scripts/fixdiv.py
1595 --- Python-2.6.4/Tools/scripts/fixdiv.py.orig   Mon Feb 21 10:46:42 2011
1596 +++ Python-2.6.4/Tools/scripts/fixdiv.py        Mon Feb 21 10:46:42 2011
1597 @@ -1,4 +1,4 @@
1598 -#! /usr/bin/env python
1599 +#!/usr/bin/python2.6
1600  
1601  """fixdiv - tool to fix division operators.
1602  
1603 diff -u Python-2.6.4/Tools/scripts/which.py.orig Python-2.6.4/Tools/scripts/which.py
1604 --- Python-2.6.4/Tools/scripts/which.py.orig    Mon Feb 21 10:46:42 2011
1605 +++ Python-2.6.4/Tools/scripts/which.py Mon Feb 21 10:46:42 2011
1606 @@ -1,4 +1,4 @@
1607 -#! /usr/bin/env python
1608 +#!/usr/bin/python2.6
1609  
1610  # Variant of "which".
1611  # On stderr, near and total misses are reported.
1612 diff -u Python-2.6.4/Tools/scripts/suff.py.orig Python-2.6.4/Tools/scripts/suff.py
1613 --- Python-2.6.4/Tools/scripts/suff.py.orig     Mon Feb 21 10:46:42 2011
1614 +++ Python-2.6.4/Tools/scripts/suff.py  Mon Feb 21 10:46:42 2011
1615 @@ -1,4 +1,4 @@
1616 -#! /usr/bin/env python
1617 +#!/usr/bin/python2.6
1618  
1619  # suff
1620  #
1621 diff -u Python-2.6.4/Tools/scripts/pysource.py.orig Python-2.6.4/Tools/scripts/pysource.py
1622 --- Python-2.6.4/Tools/scripts/pysource.py.orig Mon Feb 21 10:46:42 2011
1623 +++ Python-2.6.4/Tools/scripts/pysource.py      Mon Feb 21 10:46:42 2011
1624 @@ -1,4 +1,4 @@
1625 -#!/usr/bin/env python
1626 +#!/usr/bin/python2.6
1627  
1628  """\
1629  List python source files.
1630 diff -u Python-2.6.4/Tools/scripts/lll.py.orig Python-2.6.4/Tools/scripts/lll.py
1631 --- Python-2.6.4/Tools/scripts/lll.py.orig      Mon Feb 21 10:46:42 2011
1632 +++ Python-2.6.4/Tools/scripts/lll.py   Mon Feb 21 10:46:42 2011
1633 @@ -1,4 +1,4 @@
1634 -#! /usr/bin/env python
1635 +#!/usr/bin/python2.6
1636  
1637  # Find symbolic links and show where they point to.
1638  # Arguments are directories to search; default is current directory.
1639 diff -u Python-2.6.4/Tools/scripts/pickle2db.py.orig Python-2.6.4/Tools/scripts/pickle2db.py
1640 --- Python-2.6.4/Tools/scripts/pickle2db.py.orig        Mon Feb 21 10:46:42 2011
1641 +++ Python-2.6.4/Tools/scripts/pickle2db.py     Mon Feb 21 10:46:42 2011
1642 @@ -1,4 +1,4 @@
1643 -#!/usr/bin/env python
1644 +#!/usr/bin/python2.6
1645  
1646  """
1647  Synopsis: %(prog)s [-h|-b|-g|-r|-a|-d] [ picklefile ] dbfile
1648 diff -u Python-2.6.4/Tools/scripts/texi2html.py.orig Python-2.6.4/Tools/scripts/texi2html.py
1649 --- Python-2.6.4/Tools/scripts/texi2html.py.orig        Mon Feb 21 10:46:42 2011
1650 +++ Python-2.6.4/Tools/scripts/texi2html.py     Mon Feb 21 10:46:42 2011
1651 @@ -1,4 +1,4 @@
1652 -#! /usr/bin/env python
1653 +#!/usr/bin/python2.6
1654  
1655  # Convert GNU texinfo files into HTML, one file per node.
1656  # Based on Texinfo 2.14.
1657 diff -u Python-2.6.4/Tools/scripts/mkreal.py.orig Python-2.6.4/Tools/scripts/mkreal.py
1658 --- Python-2.6.4/Tools/scripts/mkreal.py.orig   Mon Feb 21 10:46:42 2011
1659 +++ Python-2.6.4/Tools/scripts/mkreal.py        Mon Feb 21 10:46:42 2011
1660 @@ -1,4 +1,4 @@
1661 -#! /usr/bin/env python
1662 +#!/usr/bin/python2.6
1663  
1664  # mkreal
1665  #
1666 diff -u Python-2.6.4/Tools/scripts/ftpmirror.py.orig Python-2.6.4/Tools/scripts/ftpmirror.py
1667 --- Python-2.6.4/Tools/scripts/ftpmirror.py.orig        Mon Feb 21 10:46:42 2011
1668 +++ Python-2.6.4/Tools/scripts/ftpmirror.py     Mon Feb 21 10:46:42 2011
1669 @@ -1,4 +1,4 @@
1670 -#! /usr/bin/env python
1671 +#!/usr/bin/python2.6
1672  
1673  """Mirror a remote ftp subtree into a local directory tree.
1674  
1675 diff -u Python-2.6.4/Tools/scripts/lfcr.py.orig Python-2.6.4/Tools/scripts/lfcr.py
1676 --- Python-2.6.4/Tools/scripts/lfcr.py.orig     Mon Feb 21 10:46:42 2011
1677 +++ Python-2.6.4/Tools/scripts/lfcr.py  Mon Feb 21 10:46:42 2011
1678 @@ -1,4 +1,4 @@
1679 -#! /usr/bin/env python
1680 +#!/usr/bin/python2.6
1681  
1682  "Replace LF with CRLF in argument files.  Print names of changed files."
1683  
1684 diff -u Python-2.6.4/Tools/scripts/ptags.py.orig Python-2.6.4/Tools/scripts/ptags.py
1685 --- Python-2.6.4/Tools/scripts/ptags.py.orig    Mon Feb 21 10:46:42 2011
1686 +++ Python-2.6.4/Tools/scripts/ptags.py Mon Feb 21 10:46:42 2011
1687 @@ -1,4 +1,4 @@
1688 -#! /usr/bin/env python
1689 +#!/usr/bin/python2.6
1690  
1691  # ptags
1692  #
1693 diff -u Python-2.6.4/Tools/scripts/copytime.py.orig Python-2.6.4/Tools/scripts/copytime.py
1694 --- Python-2.6.4/Tools/scripts/copytime.py.orig Mon Feb 21 10:46:42 2011
1695 +++ Python-2.6.4/Tools/scripts/copytime.py      Mon Feb 21 10:46:42 2011
1696 @@ -1,4 +1,4 @@
1697 -#! /usr/bin/env python
1698 +#!/usr/bin/python2.6
1699  
1700  # Copy one file's atime and mtime to another
1701  
1702 diff -u Python-2.6.4/Tools/scripts/finddiv.py.orig Python-2.6.4/Tools/scripts/finddiv.py
1703 --- Python-2.6.4/Tools/scripts/finddiv.py.orig  Mon Feb 21 10:46:42 2011
1704 +++ Python-2.6.4/Tools/scripts/finddiv.py       Mon Feb 21 10:46:42 2011
1705 @@ -1,4 +1,4 @@
1706 -#! /usr/bin/env python
1707 +#!/usr/bin/python2.6
1708  
1709  """finddiv - a grep-like tool that looks for division operators.
1710  
1711 diff -u Python-2.6.4/Tools/scripts/combinerefs.py.orig Python-2.6.4/Tools/scripts/combinerefs.py
1712 --- Python-2.6.4/Tools/scripts/combinerefs.py.orig      Mon Feb 21 10:46:42 2011
1713 +++ Python-2.6.4/Tools/scripts/combinerefs.py   Mon Feb 21 10:46:42 2011
1714 @@ -1,4 +1,4 @@
1715 -#! /usr/bin/env python
1716 +#!/usr/bin/python2.6
1717  
1718  """
1719  combinerefs path
1720 diff -u Python-2.6.4/Tools/scripts/cvsfiles.py.orig Python-2.6.4/Tools/scripts/cvsfiles.py
1721 --- Python-2.6.4/Tools/scripts/cvsfiles.py.orig Mon Feb 21 10:46:42 2011
1722 +++ Python-2.6.4/Tools/scripts/cvsfiles.py      Mon Feb 21 10:46:42 2011
1723 @@ -1,4 +1,4 @@
1724 -#! /usr/bin/env python
1725 +#!/usr/bin/python2.6
1726  
1727  """Print a list of files that are mentioned in CVS directories.
1728  
1729 diff -u Python-2.6.4/Tools/scripts/reindent.py.orig Python-2.6.4/Tools/scripts/reindent.py
1730 --- Python-2.6.4/Tools/scripts/reindent.py.orig Mon Feb 21 10:46:42 2011
1731 +++ Python-2.6.4/Tools/scripts/reindent.py      Mon Feb 21 10:46:42 2011
1732 @@ -1,4 +1,4 @@
1733 -#! /usr/bin/env python
1734 +#!/usr/bin/python2.6
1735  
1736  # Released to the public domain, by Tim Peters, 03 October 2000.
1737  
1738 diff -u Python-2.6.4/Tools/scripts/checkpyc.py.orig Python-2.6.4/Tools/scripts/checkpyc.py
1739 --- Python-2.6.4/Tools/scripts/checkpyc.py.orig Mon Feb 21 10:46:42 2011
1740 +++ Python-2.6.4/Tools/scripts/checkpyc.py      Mon Feb 21 10:46:42 2011
1741 @@ -1,4 +1,4 @@
1742 -#! /usr/bin/env python
1743 +#!/usr/bin/python2.6
1744  # Check that all ".pyc" files exist and are up-to-date
1745  # Uses module 'os'
1746  
1747 diff -u Python-2.6.4/Tools/scripts/fixps.py.orig Python-2.6.4/Tools/scripts/fixps.py
1748 --- Python-2.6.4/Tools/scripts/fixps.py.orig    Mon Feb 21 10:46:42 2011
1749 +++ Python-2.6.4/Tools/scripts/fixps.py Mon Feb 21 10:46:42 2011
1750 @@ -1,4 +1,4 @@
1751 -#!/usr/bin/env python
1752 +#!/usr/bin/python2.6
1753  
1754  # Fix Python script(s) to reference the interpreter via /usr/bin/env python.
1755  # Warning: this overwrites the file without making a backup.
1756 diff -u Python-2.6.4/Tools/scripts/crlf.py.orig Python-2.6.4/Tools/scripts/crlf.py
1757 --- Python-2.6.4/Tools/scripts/crlf.py.orig     Mon Feb 21 10:46:42 2011
1758 +++ Python-2.6.4/Tools/scripts/crlf.py  Mon Feb 21 10:46:42 2011
1759 @@ -1,4 +1,4 @@
1760 -#! /usr/bin/env python
1761 +#!/usr/bin/python2.6
1762  "Replace CRLF with LF in argument files.  Print names of changed files."
1763  
1764  import sys, os
1765 diff -u Python-2.6.4/Tools/scripts/methfix.py.orig Python-2.6.4/Tools/scripts/methfix.py
1766 --- Python-2.6.4/Tools/scripts/methfix.py.orig  Mon Feb 21 10:46:42 2011
1767 +++ Python-2.6.4/Tools/scripts/methfix.py       Mon Feb 21 10:46:42 2011
1768 @@ -1,4 +1,4 @@
1769 -#! /usr/bin/env python
1770 +#!/usr/bin/python2.6
1771  
1772  # Fix Python source files to avoid using
1773  #       def method(self, (arg1, ..., argn)):
1774 diff -u Python-2.6.4/Tools/scripts/classfix.py.orig Python-2.6.4/Tools/scripts/classfix.py
1775 --- Python-2.6.4/Tools/scripts/classfix.py.orig Mon Feb 21 10:46:42 2011
1776 +++ Python-2.6.4/Tools/scripts/classfix.py      Mon Feb 21 10:46:42 2011
1777 @@ -1,4 +1,4 @@
1778 -#! /usr/bin/env python
1779 +#!/usr/bin/python2.6
1780  
1781  # This script is obsolete -- it is kept for historical purposes only.
1782  #
1783 diff -u Python-2.6.4/Tools/scripts/xxci.py.orig Python-2.6.4/Tools/scripts/xxci.py
1784 --- Python-2.6.4/Tools/scripts/xxci.py.orig     Mon Feb 21 10:46:42 2011
1785 +++ Python-2.6.4/Tools/scripts/xxci.py  Mon Feb 21 10:46:42 2011
1786 @@ -1,4 +1,4 @@
1787 -#! /usr/bin/env python
1788 +#!/usr/bin/python2.6
1789  
1790  # xxci
1791  #
1792 diff -u Python-2.6.4/Tools/scripts/findnocoding.py.orig Python-2.6.4/Tools/scripts/findnocoding.py
1793 --- Python-2.6.4/Tools/scripts/findnocoding.py.orig     Mon Feb 21 10:46:42 2011
1794 +++ Python-2.6.4/Tools/scripts/findnocoding.py  Mon Feb 21 10:46:42 2011
1795 @@ -1,4 +1,4 @@
1796 -#!/usr/bin/env python
1797 +#!/usr/bin/python2.6
1798  
1799  """List all those Python files that require a coding directive
1800  
1801 diff -u Python-2.6.4/Tools/scripts/fixnotice.py.orig Python-2.6.4/Tools/scripts/fixnotice.py
1802 --- Python-2.6.4/Tools/scripts/fixnotice.py.orig        Mon Feb 21 10:46:42 2011
1803 +++ Python-2.6.4/Tools/scripts/fixnotice.py     Mon Feb 21 10:46:42 2011
1804 @@ -1,4 +1,4 @@
1805 -#! /usr/bin/env python
1806 +#!/usr/bin/python2.6
1807  
1808  """(Ostensibly) fix copyright notices in files.
1809  
1810 diff -u Python-2.6.4/Tools/scripts/eptags.py.orig Python-2.6.4/Tools/scripts/eptags.py
1811 --- Python-2.6.4/Tools/scripts/eptags.py.orig   Mon Feb 21 10:46:42 2011
1812 +++ Python-2.6.4/Tools/scripts/eptags.py        Mon Feb 21 10:46:42 2011
1813 @@ -1,4 +1,4 @@
1814 -#! /usr/bin/env python
1815 +#!/usr/bin/python2.6
1816  """Create a TAGS file for Python programs, usable with GNU Emacs.
1817  
1818  usage: eptags pyfiles...
1819 diff -u Python-2.6.4/Tools/scripts/linktree.py.orig Python-2.6.4/Tools/scripts/linktree.py
1820 --- Python-2.6.4/Tools/scripts/linktree.py.orig Mon Feb 21 10:46:42 2011
1821 +++ Python-2.6.4/Tools/scripts/linktree.py      Mon Feb 21 10:46:42 2011
1822 @@ -1,4 +1,4 @@
1823 -#! /usr/bin/env python
1824 +#!/usr/bin/python2.6
1825  
1826  # linktree
1827  #
1828 diff -u Python-2.6.4/Tools/scripts/checkappend.py.orig Python-2.6.4/Tools/scripts/checkappend.py
1829 --- Python-2.6.4/Tools/scripts/checkappend.py.orig      Mon Feb 21 10:46:42 2011
1830 +++ Python-2.6.4/Tools/scripts/checkappend.py   Mon Feb 21 10:46:42 2011
1831 @@ -1,4 +1,4 @@
1832 -#! /usr/bin/env python
1833 +#!/usr/bin/python2.6
1834  
1835  # Released to the public domain, by Tim Peters, 28 February 2000.
1836  
1837 diff -u Python-2.6.4/Tools/scripts/pindent.py.orig Python-2.6.4/Tools/scripts/pindent.py
1838 --- Python-2.6.4/Tools/scripts/pindent.py.orig  Mon Feb 21 10:46:42 2011
1839 +++ Python-2.6.4/Tools/scripts/pindent.py       Mon Feb 21 10:46:42 2011
1840 @@ -1,4 +1,4 @@
1841 -#! /usr/bin/env python
1842 +#!/usr/bin/python2.6
1843  
1844  # This file contains a class and a main program that perform three
1845  # related (though complimentary) formatting operations on Python
1846 diff -u Python-2.6.4/Tools/scripts/google.py.orig Python-2.6.4/Tools/scripts/google.py
1847 --- Python-2.6.4/Tools/scripts/google.py.orig   Mon Feb 21 10:46:42 2011
1848 +++ Python-2.6.4/Tools/scripts/google.py        Mon Feb 21 10:46:42 2011
1849 @@ -1,4 +1,4 @@
1850 -#! /usr/bin/env python
1851 +#!/usr/bin/python2.6
1852  
1853  import sys, webbrowser
1854  
1855 diff -u Python-2.6.4/Tools/scripts/nm2def.py.orig Python-2.6.4/Tools/scripts/nm2def.py
1856 --- Python-2.6.4/Tools/scripts/nm2def.py.orig   Mon Feb 21 10:46:42 2011
1857 +++ Python-2.6.4/Tools/scripts/nm2def.py        Mon Feb 21 10:46:42 2011
1858 @@ -1,4 +1,4 @@
1859 -#! /usr/bin/env python
1860 +#!/usr/bin/python2.6
1861  """nm2def.py
1862  
1863  Helpers to extract symbols from Unix libs and auto-generate
1864 diff -u Python-2.6.4/Tools/scripts/md5sum.py.orig Python-2.6.4/Tools/scripts/md5sum.py
1865 --- Python-2.6.4/Tools/scripts/md5sum.py.orig   Mon Feb 21 10:46:42 2011
1866 +++ Python-2.6.4/Tools/scripts/md5sum.py        Mon Feb 21 10:46:42 2011
1867 @@ -1,4 +1,4 @@
1868 -#! /usr/bin/env python
1869 +#!/usr/bin/python2.6
1870  
1871  """Python utility to print MD5 checksums of argument files.
1872  """
1873 diff -u Python-2.6.4/Tools/scripts/logmerge.py.orig Python-2.6.4/Tools/scripts/logmerge.py
1874 --- Python-2.6.4/Tools/scripts/logmerge.py.orig Mon Feb 21 10:46:42 2011
1875 +++ Python-2.6.4/Tools/scripts/logmerge.py      Mon Feb 21 10:46:42 2011
1876 @@ -1,4 +1,4 @@
1877 -#! /usr/bin/env python
1878 +#!/usr/bin/python2.6
1879  
1880  """Consolidate a bunch of CVS or RCS logs read from stdin.
1881  
1882 diff -u Python-2.6.4/Tools/scripts/svneol.py.orig Python-2.6.4/Tools/scripts/svneol.py
1883 --- Python-2.6.4/Tools/scripts/svneol.py.orig   Mon Feb 21 10:46:42 2011
1884 +++ Python-2.6.4/Tools/scripts/svneol.py        Mon Feb 21 10:46:42 2011
1885 @@ -1,4 +1,4 @@
1886 -#! /usr/bin/env python
1887 +#!/usr/bin/python2.6
1888  
1889  """
1890  SVN helper script.
1891 diff -u Python-2.6.4/Tools/scripts/rgrep.py.orig Python-2.6.4/Tools/scripts/rgrep.py
1892 --- Python-2.6.4/Tools/scripts/rgrep.py.orig    Mon Feb 21 10:46:42 2011
1893 +++ Python-2.6.4/Tools/scripts/rgrep.py Mon Feb 21 10:46:42 2011
1894 @@ -1,4 +1,4 @@
1895 -#! /usr/bin/env python
1896 +#!/usr/bin/python2.6
1897  
1898  """Reverse grep.
1899  
1900 diff -u Python-2.6.4/Tools/scripts/h2py.py.orig Python-2.6.4/Tools/scripts/h2py.py
1901 --- Python-2.6.4/Tools/scripts/h2py.py.orig     Mon Feb 21 10:46:42 2011
1902 +++ Python-2.6.4/Tools/scripts/h2py.py  Mon Feb 21 10:46:42 2011
1903 @@ -1,4 +1,4 @@
1904 -#! /usr/bin/env python
1905 +#!/usr/bin/python2.6
1906  
1907  # Read #define's and translate to Python code.
1908  # Handle #include statements.
1909 diff -u Python-2.6.4/Tools/scripts/pathfix.py.orig Python-2.6.4/Tools/scripts/pathfix.py
1910 --- Python-2.6.4/Tools/scripts/pathfix.py.orig  Mon Feb 21 10:46:42 2011
1911 +++ Python-2.6.4/Tools/scripts/pathfix.py       Mon Feb 21 10:46:42 2011
1912 @@ -1,4 +1,4 @@
1913 -#! /usr/bin/env python
1914 +#!/usr/bin/python2.6
1915  
1916  # Change the #! line occurring in Python scripts.  The new interpreter
1917  # pathname must be given with a -i option.
1918 diff -u Python-2.6.4/Tools/scripts/byext.py.orig Python-2.6.4/Tools/scripts/byext.py
1919 --- Python-2.6.4/Tools/scripts/byext.py.orig    Mon Feb 21 10:46:42 2011
1920 +++ Python-2.6.4/Tools/scripts/byext.py Mon Feb 21 10:46:42 2011
1921 @@ -1,4 +1,4 @@
1922 -#! /usr/bin/env python
1923 +#!/usr/bin/python2.6
1924  
1925  """Show file statistics by extension."""
1926  
1927 diff -u Python-2.6.4/Tools/scripts/ifdef.py.orig Python-2.6.4/Tools/scripts/ifdef.py
1928 --- Python-2.6.4/Tools/scripts/ifdef.py.orig    Mon Feb 21 10:46:42 2011
1929 +++ Python-2.6.4/Tools/scripts/ifdef.py Mon Feb 21 10:46:42 2011
1930 @@ -1,4 +1,4 @@
1931 -#! /usr/bin/env python
1932 +#!/usr/bin/python2.6
1933  
1934  # Selectively preprocess #ifdef / #ifndef statements.
1935  # Usage:
1936 diff -u Python-2.6.4/Tools/scripts/treesync.py.orig Python-2.6.4/Tools/scripts/treesync.py
1937 --- Python-2.6.4/Tools/scripts/treesync.py.orig Mon Feb 21 10:46:42 2011
1938 +++ Python-2.6.4/Tools/scripts/treesync.py      Mon Feb 21 10:46:42 2011
1939 @@ -1,4 +1,4 @@
1940 -#! /usr/bin/env python
1941 +#!/usr/bin/python2.6
1942  
1943  """Script to synchronize two source trees.
1944  
1945 diff -u Python-2.6.4/Tools/scripts/ndiff.py.orig Python-2.6.4/Tools/scripts/ndiff.py
1946 --- Python-2.6.4/Tools/scripts/ndiff.py.orig    Mon Feb 21 10:46:42 2011
1947 +++ Python-2.6.4/Tools/scripts/ndiff.py Mon Feb 21 10:46:42 2011
1948 @@ -1,4 +1,4 @@
1949 -#! /usr/bin/env python
1950 +#!/usr/bin/python2.6
1951  
1952  # Module ndiff version 1.7.0
1953  # Released to the public domain 08-Dec-2000,
1954 diff -u Python-2.6.4/Tools/scripts/findlinksto.py.orig Python-2.6.4/Tools/scripts/findlinksto.py
1955 --- Python-2.6.4/Tools/scripts/findlinksto.py.orig      Mon Feb 21 10:46:42 2011
1956 +++ Python-2.6.4/Tools/scripts/findlinksto.py   Mon Feb 21 10:46:42 2011
1957 @@ -1,4 +1,4 @@
1958 -#! /usr/bin/env python
1959 +#!/usr/bin/python2.6
1960  
1961  # findlinksto
1962  #
1963 diff -u Python-2.6.4/Tools/scripts/objgraph.py.orig Python-2.6.4/Tools/scripts/objgraph.py
1964 --- Python-2.6.4/Tools/scripts/objgraph.py.orig Mon Feb 21 10:46:42 2011
1965 +++ Python-2.6.4/Tools/scripts/objgraph.py      Mon Feb 21 10:46:42 2011
1966 @@ -1,4 +1,4 @@
1967 -#! /usr/bin/env python
1968 +#!/usr/bin/python2.6
1969  
1970  # objgraph
1971  #
1972 diff -u Python-2.6.4/Tools/scripts/untabify.py.orig Python-2.6.4/Tools/scripts/untabify.py
1973 --- Python-2.6.4/Tools/scripts/untabify.py.orig Mon Feb 21 10:46:42 2011
1974 +++ Python-2.6.4/Tools/scripts/untabify.py      Mon Feb 21 10:46:42 2011
1975 @@ -1,4 +1,4 @@
1976 -#! /usr/bin/env python
1977 +#!/usr/bin/python2.6
1978  
1979  "Replace tabs with spaces in argument files.  Print names of changed files."
1980  
1981 diff -u Python-2.6.4/Tools/scripts/db2pickle.py.orig Python-2.6.4/Tools/scripts/db2pickle.py
1982 --- Python-2.6.4/Tools/scripts/db2pickle.py.orig        Mon Feb 21 10:46:42 2011
1983 +++ Python-2.6.4/Tools/scripts/db2pickle.py     Mon Feb 21 10:46:42 2011
1984 @@ -1,4 +1,4 @@
1985 -#!/usr/bin/env python
1986 +#!/usr/bin/python2.6
1987  
1988  """
1989  Synopsis: %(prog)s [-h|-g|-b|-r|-a] dbfile [ picklefile ]
1990 diff -u Python-2.6.4/Tools/scripts/parseentities.py.orig Python-2.6.4/Tools/scripts/parseentities.py
1991 --- Python-2.6.4/Tools/scripts/parseentities.py.orig    Mon Feb 21 10:46:42 2011
1992 +++ Python-2.6.4/Tools/scripts/parseentities.py Mon Feb 21 10:46:42 2011
1993 @@ -1,4 +1,4 @@
1994 -#!/usr/local/bin/python
1995 +#!/usr/bin/python2.6
1996  """ Utility for parsing HTML entity definitions available from:
1997  
1998        http://www.w3.org/ as e.g.
1999 diff -u Python-2.6.4/Tools/scripts/dutree.py.orig Python-2.6.4/Tools/scripts/dutree.py
2000 --- Python-2.6.4/Tools/scripts/dutree.py.orig   Mon Feb 21 10:46:42 2011
2001 +++ Python-2.6.4/Tools/scripts/dutree.py        Mon Feb 21 10:46:42 2011
2002 @@ -1,4 +1,4 @@
2003 -#! /usr/bin/env python
2004 +#!/usr/bin/python2.6
2005  # Format du output in a tree shape
2006  
2007  import os, sys, errno
2008 diff -u Python-2.6.4/Tools/scripts/pdeps.py.orig Python-2.6.4/Tools/scripts/pdeps.py
2009 --- Python-2.6.4/Tools/scripts/pdeps.py.orig    Mon Feb 21 10:46:42 2011
2010 +++ Python-2.6.4/Tools/scripts/pdeps.py Mon Feb 21 10:46:42 2011
2011 @@ -1,4 +1,4 @@
2012 -#! /usr/bin/env python
2013 +#!/usr/bin/python2.6
2014  
2015  # pdeps
2016  #
2017 diff -u Python-2.6.4/Tools/scripts/cleanfuture.py.orig Python-2.6.4/Tools/scripts/cleanfuture.py
2018 --- Python-2.6.4/Tools/scripts/cleanfuture.py.orig      Mon Feb 21 10:46:42 2011
2019 +++ Python-2.6.4/Tools/scripts/cleanfuture.py   Mon Feb 21 10:46:42 2011
2020 @@ -1,4 +1,4 @@
2021 -#! /usr/bin/env python
2022 +#!/usr/bin/python2.6
2023  
2024  """cleanfuture [-d][-r][-v] path ...
2025  
2026 diff -u Python-2.6.4/Tools/scripts/hotshotmain.py.orig Python-2.6.4/Tools/scripts/hotshotmain.py
2027 --- Python-2.6.4/Tools/scripts/hotshotmain.py.orig      Mon Feb 21 10:46:42 2011
2028 +++ Python-2.6.4/Tools/scripts/hotshotmain.py   Mon Feb 21 10:46:42 2011
2029 @@ -1,4 +1,4 @@
2030 -#!/usr/bin/env python
2031 +#!/usr/bin/python2.6
2032  # -*- coding: iso-8859-1 -*-
2033  
2034  """
2035 diff -u Python-2.6.4/Tools/scripts/byteyears.py.orig Python-2.6.4/Tools/scripts/byteyears.py
2036 --- Python-2.6.4/Tools/scripts/byteyears.py.orig        Mon Feb 21 10:46:42 2011
2037 +++ Python-2.6.4/Tools/scripts/byteyears.py     Mon Feb 21 10:46:42 2011
2038 @@ -1,4 +1,4 @@
2039 -#! /usr/bin/env python
2040 +#!/usr/bin/python2.6
2041  
2042  # Print the product of age and size of each file, in suitable units.
2043  #
2044 diff -u Python-2.6.4/Tools/scripts/gprof2html.py.orig Python-2.6.4/Tools/scripts/gprof2html.py
2045 --- Python-2.6.4/Tools/scripts/gprof2html.py.orig       Mon Feb 21 10:46:42 2011
2046 +++ Python-2.6.4/Tools/scripts/gprof2html.py    Mon Feb 21 10:46:42 2011
2047 @@ -1,4 +1,4 @@
2048 -#! /usr/bin/env python2.3
2049 +#!/usr/bin/python2.6
2050  
2051  """Transform gprof(1) output into useful HTML."""
2052  
2053 diff -u Python-2.6.4/Tools/scripts/fixcid.py.orig Python-2.6.4/Tools/scripts/fixcid.py
2054 --- Python-2.6.4/Tools/scripts/fixcid.py.orig   Mon Feb 21 10:46:42 2011
2055 +++ Python-2.6.4/Tools/scripts/fixcid.py        Mon Feb 21 10:46:42 2011
2056 @@ -1,4 +1,4 @@
2057 -#! /usr/bin/env python
2058 +#!/usr/bin/python2.6
2059  
2060  # Perform massive identifier substitution on C source files.
2061  # This actually tokenizes the files (to some extent) so it can
2062 diff -u Python-2.6.4/Tools/scripts/reindent-rst.py.orig Python-2.6.4/Tools/scripts/reindent-rst.py
2063 --- Python-2.6.4/Tools/scripts/reindent-rst.py.orig     Mon Feb 21 10:46:42 2011
2064 +++ Python-2.6.4/Tools/scripts/reindent-rst.py  Mon Feb 21 10:46:42 2011
2065 @@ -1,4 +1,4 @@
2066 -#!/usr/bin/env python
2067 +#!/usr/bin/python2.6
2068  
2069  # Make a reST file compliant to our pre-commit hook.
2070  # Currently just remove trailing whitespace.
2071 diff -u Python-2.6.4/Mac/BuildScript/build-installer.py.orig Python-2.6.4/Mac/BuildScript/build-installer.py
2072 --- Python-2.6.4/Mac/BuildScript/build-installer.py.orig        Mon Feb 21 10:46:43 2011
2073 +++ Python-2.6.4/Mac/BuildScript/build-installer.py     Mon Feb 21 10:46:43 2011
2074 @@ -1,4 +1,4 @@
2075 -#!/usr/bin/python
2076 +#!/usr/bin/python2.6
2077  """
2078  This script is used to build the "official unofficial" universal build on
2079  Mac OS X. It requires Mac OS X 10.4, Xcode 2.2 and the 10.4u SDK to do its
2080 diff -u Python-2.6.4/Mac/scripts/zappycfiles.py.orig Python-2.6.4/Mac/scripts/zappycfiles.py
2081 --- Python-2.6.4/Mac/scripts/zappycfiles.py.orig        Mon Feb 21 10:46:44 2011
2082 +++ Python-2.6.4/Mac/scripts/zappycfiles.py     Mon Feb 21 10:46:44 2011
2083 @@ -1,4 +1,4 @@
2084 -#!/usr/local/bin/python
2085 +#!/usr/bin/python2.6
2086  """Recursively zap all .pyc and .pyo files"""
2087  import os
2088  import sys
2089 diff -u Python-2.6.4/Mac/scripts/buildpkg.py.orig Python-2.6.4/Mac/scripts/buildpkg.py
2090 --- Python-2.6.4/Mac/scripts/buildpkg.py.orig   Mon Feb 21 10:46:44 2011
2091 +++ Python-2.6.4/Mac/scripts/buildpkg.py        Mon Feb 21 10:46:44 2011
2092 @@ -1,4 +1,4 @@
2093 -#!/usr/bin/env python
2094 +#!/usr/bin/python2.6
2095  
2096  """buildpkg.py -- Build OS X packages for Apple's Installer.app.
2097  
2098 diff -u Python-2.6.4/Mac/Tools/fixapplepython23.py.orig Python-2.6.4/Mac/Tools/fixapplepython23.py
2099 --- Python-2.6.4/Mac/Tools/fixapplepython23.py.orig     Mon Feb 21 10:46:44 2011
2100 +++ Python-2.6.4/Mac/Tools/fixapplepython23.py  Mon Feb 21 10:46:44 2011
2101 @@ -1,4 +1,4 @@
2102 -#!/usr/bin/python
2103 +#!/usr/bin/python2.6
2104  """fixapplepython23 - Fix Apple-installed Python 2.3 (on Mac OS X 10.3)
2105  
2106  Python 2.3 (and 2.3.X for X<5) have the problem that building an extension
2107 diff -u Python-2.6.4/Misc/find_recursionlimit.py.orig Python-2.6.4/Misc/find_recursionlimit.py
2108 --- Python-2.6.4/Misc/find_recursionlimit.py.orig       Mon Feb 21 10:46:44 2011
2109 +++ Python-2.6.4/Misc/find_recursionlimit.py    Mon Feb 21 10:46:44 2011
2110 @@ -1,4 +1,4 @@
2111 -#! /usr/bin/env python
2112 +#!/usr/bin/python2.6
2113  """Find the maximum recursion limit that prevents interpreter termination.
2114  
2115  This script finds the maximum safe recursion limit on a particular
2116 diff -u Python-2.6.4/Parser/asdl_c.py.orig Python-2.6.4/Parser/asdl_c.py
2117 --- Python-2.6.4/Parser/asdl_c.py.orig  Mon Feb 21 10:46:44 2011
2118 +++ Python-2.6.4/Parser/asdl_c.py       Mon Feb 21 10:46:44 2011
2119 @@ -1,4 +1,4 @@
2120 -#! /usr/bin/env python
2121 +#!/usr/bin/python2.6
2122  """Generate C code from an ASDL description."""
2123  
2124  # TO DO
2125 diff -u Python-2.6.4/Doc/includes/email-alternative.py.orig Python-2.6.4/Doc/includes/email-alternative.py
2126 --- Python-2.6.4/Doc/includes/email-alternative.py.orig Mon Feb 21 10:46:44 2011
2127 +++ Python-2.6.4/Doc/includes/email-alternative.py      Mon Feb 21 10:46:44 2011
2128 @@ -1,4 +1,4 @@
2129 -#! /usr/bin/python
2130 +#!/usr/bin/python2.6
2131  
2132  import smtplib
2133  
2134 diff -u Python-2.6.4/Doc/includes/email-unpack.py.orig Python-2.6.4/Doc/includes/email-unpack.py
2135 --- Python-2.6.4/Doc/includes/email-unpack.py.orig      Mon Feb 21 10:46:44 2011
2136 +++ Python-2.6.4/Doc/includes/email-unpack.py   Mon Feb 21 10:46:44 2011
2137 @@ -1,4 +1,4 @@
2138 -#!/usr/bin/env python
2139 +#!/usr/bin/python2.6
2140  
2141  """Unpack a MIME message into a directory of files."""
2142  
2143 diff -u Python-2.6.4/Doc/includes/email-dir.py.orig Python-2.6.4/Doc/includes/email-dir.py
2144 --- Python-2.6.4/Doc/includes/email-dir.py.orig Mon Feb 21 10:46:44 2011
2145 +++ Python-2.6.4/Doc/includes/email-dir.py      Mon Feb 21 10:46:44 2011
2146 @@ -1,4 +1,4 @@
2147 -#!/usr/bin/env python
2148 +#!/usr/bin/python2.6
2149  
2150  """Send the contents of a directory as a MIME message."""
2151  
2152 diff -u Python-2.6.4/Doc/tools/rstlint.py.orig Python-2.6.4/Doc/tools/rstlint.py
2153 --- Python-2.6.4/Doc/tools/rstlint.py.orig      Mon Feb 21 10:46:44 2011
2154 +++ Python-2.6.4/Doc/tools/rstlint.py   Mon Feb 21 10:46:44 2011
2155 @@ -1,4 +1,4 @@
2156 -#!/usr/bin/env python
2157 +#!/usr/bin/python2.6
2158  # -*- coding: utf-8 -*-
2159  
2160  # Check for stylistic and formal issues in .rst and .py