4 Sep
2012
4 Sep
'12
10:12 a.m.
On Tue, Sep 4, 2012 at 2:24 AM, Andrew Svetlov <andrew.svetlov@gmail.com> wrote:
Unittests for subprocess module has weird comment: We cannot use os.path.realpath to canonicalize the path, since it doesn't expand Tru64 {memb} strings. See bug 1063571. http://hg.python.org/cpython/file/82ae284cd5f1/Lib/test/test_subprocess.py#l... is link to comment, http://bugs.python.org/issue1063571 — issue in bugtracker.
And to expand on Andrew's comments, issue #15533 is the current issue that this pertains to-- http://bugs.python.org/issue15533 --Chris