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 chris.jerdonek
Date 2012-07-09.11:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341833239.95.0.652006223487.issue15304@psf.upfronthosting.co.za>
In-reply-to
Content
test.support.temp_cwd() has a typo (s/name/path/):

try:
    os.chdir(path)
except OSError:
    if not quiet:
        raise
    warnings.warn('tests may fail, unable to change the CWD to ' + name,
                  RuntimeWarning, stacklevel=3)
History
Date User Action Args
2012-07-09 11:27:20chris.jerdoneksetrecipients: + chris.jerdonek
2012-07-09 11:27:19chris.jerdoneksetmessageid: <1341833239.95.0.652006223487.issue15304@psf.upfronthosting.co.za>
2012-07-09 11:27:19chris.jerdoneklinkissue15304 messages
2012-07-09 11:27:18chris.jerdonekcreate