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 chris.jerdonek
Recipients asvetlov, chris.jerdonek, cvrebert, docs@python, ned.deily
Date 2012-09-04.12:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346763021.18.0.342913876705.issue15533@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch.  The changes I made are:

(1) Update code comments in _call_popen_and_assert().
(2) Fix test failure.
(3) Rename _call_popen_and_assert() to _assert_cwd() since it is a simpler
    name and the old name did not reflect that the method is specific to
    the test_cwd_* methods.
(4) Add _split_python_path() helper method so that we do not need to call
    os.path.realpath(sys.executable) in every method.

Andrew, you can make changes re: Tru64 (removing old code, etc).  Thanks.
History
Date User Action Args
2012-09-04 12:50:21chris.jerdoneksetrecipients: + chris.jerdonek, ned.deily, cvrebert, asvetlov, docs@python
2012-09-04 12:50:21chris.jerdoneksetmessageid: <1346763021.18.0.342913876705.issue15533@psf.upfronthosting.co.za>
2012-09-04 12:50:20chris.jerdoneklinkissue15533 messages
2012-09-04 12:50:20chris.jerdonekcreate