New submission from Chris Jerdonek <chris.jerdo...@gmail.com>:

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)

----------
components: Tests
keywords: easy
messages: 165075
nosy: cjerdonek
priority: normal
severity: normal
status: open
title: Wrong path in test.support.temp_cwd() error message
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15304>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to