commit | 8a12f940fe99ec087977ad07a5331520237b9cfb | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Apr 19 21:28:21 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Apr 19 21:28:21 2010 +0000 |
tree | ca30d191764338a1916afc5ce4486ffffa4782bb | |
parent | f1c28b75e0a8577811649f427808d4cf2653cfcf [diff] [blame] |
Fixed #8463: added missing reference to bztar in shutil's documentation.
diff --git a/Misc/NEWS b/Misc/NEWS index b597cdf..c7bf380 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Issue #8463: added missing reference to bztar in shutil's documentation. + - Issue #8438: Remove reference to the missing "surrogateescape" encoding error handler from the new IO library.