mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#15304: merge with 3.2.
This commit is contained in:
commit
050a61f838
3 changed files with 14 additions and 1 deletions
|
@ -680,7 +680,7 @@ def temp_cwd(name='tempcwd', quiet=False, path=None):
|
|||
except OSError:
|
||||
if not quiet:
|
||||
raise
|
||||
warnings.warn('tests may fail, unable to change the CWD to ' + name,
|
||||
warnings.warn('tests may fail, unable to change the CWD to ' + path,
|
||||
RuntimeWarning, stacklevel=3)
|
||||
try:
|
||||
yield os.getcwd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue