[New-bugs-announce] [issue15304] Wrong path in test.support.temp_cwd() error message

Chris Jerdonek report at bugs.python.org
Mon Jul 9 13:27:19 CEST 2012


New submission from Chris Jerdonek <chris.jerdonek at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15304>
_______________________________________


More information about the New-bugs-announce mailing list