This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jason.Vas.Dias
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-28.16:54:15
SpamBayes Score 2.6187987e-09
Marked as misclassified No
Message-id <1304009655.79.0.238494464387.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
Newly built python 2.7.1 commands.getstatus succeeds :

$ LD_LIBRARY_PATH=`pwd` LD_PRELINK=`pwd`/libpython2.7.so.1.0 ./python
Python 2.7.1 (r271:86832, Apr 28 2011, 15:53:47)
[GCC 4.6.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> import re
>>> import sys
>>> import commands
>>> print commands.getstatus("/.")
drwxr-xr-x. 25 root root 4096 Apr 20 15:28 /.
>>>
History
Date User Action Args
2011-04-28 16:54:15Jason.Vas.Diassetrecipients: + Jason.Vas.Dias, r.david.murray
2011-04-28 16:54:15Jason.Vas.Diassetmessageid: <1304009655.79.0.238494464387.issue11946@psf.upfronthosting.co.za>
2011-04-28 16:54:15Jason.Vas.Diaslinkissue11946 messages
2011-04-28 16:54:15Jason.Vas.Diascreate