components/python/python26/patches/Python26-16-privrbac.patch
branchs11-update
changeset 3395 f071896dc0e3
parent 115 c360825c3a3f
equal deleted inserted replaced
3394:9758aff98adb 3395:f071896dc0e3
  1282 +                                   libraries = ['nsl', 'socket', 'secdb']) )
  1282 +                                   libraries = ['nsl', 'socket', 'secdb']) )
  1283 +
  1283 +
  1284          # Thomas Heller's _ctypes module
  1284          # Thomas Heller's _ctypes module
  1285          self.detect_ctypes(inc_dirs, lib_dirs)
  1285          self.detect_ctypes(inc_dirs, lib_dirs)
  1286  
  1286  
  1287 diff --git Python-2.6.4/Lib/test/privrbac.py Python-2.6.4/Lib/test/privrbac.py
       
  1288 new file mode 100644
  1287 new file mode 100644
  1289 --- /dev/null	2011-02-12 03:13:57.000000000 -0600
  1288 --- /dev/null	2011-02-12 03:13:57.000000000 -0600
  1290 +++ Python-2.6.4/Lib/test/privrbactest.py	2011-01-20 13:52:42.862305331 -0600
  1289 +++ Python-2.6.4/Lib/test/privrbactest.py	2011-01-20 13:52:42.862305331 -0600
  1291 @@ -0,0 +1,290 @@
  1290 @@ -0,0 +1,290 @@
  1292 +#!/usr/bin/python2.6
  1291 +#!/usr/bin/python2.6