commit | 1576bab04203f18b7ce8fdf38aa24c4efbba8b3c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Aug 12 08:39:33 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Aug 12 08:39:33 2008 +0000 |
tree | c5e944dfa4dab6a0212b14a585ee68ea32da26db | |
parent | 45c33ce62d4d9a70083c4e0197c0af75bbef1fb2 [diff] [blame] |
#3134: shutil referenced undefined WindowsError symbol (backport from r65644)
diff --git a/Misc/NEWS b/Misc/NEWS index c8d4510..79e7d41 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -77,6 +77,8 @@ Library ------- +- Issue #3134: shutil referenced undefined WindowsError symbol. + - Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to menu entries were not deleted.