commit | e1f4c92d23d9fb71bbaf76be12e80757c7d43e6a | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Mar 22 22:45:50 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Mar 22 22:45:50 2010 +0000 |
tree | 5bbdc9451ce0c0b093f675fc7b4315436126a04b | |
parent | 798e54004f47b8173ef70e6df0132bedceb13311 [diff] [blame] |
#7667: Fix doctest failures with non-ASCII paths.
diff --git a/Misc/NEWS b/Misc/NEWS index f207082..f05e90e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Library ------- +- Issue #7667: Fix doctest failures with non-ASCII paths. + - Issue #7512: shutil.copystat() could raise an OSError when the filesystem didn't support chflags() (for example ZFS under FreeBSD). The error is now silenced.