commit | ea1158f9f33fe5a673cd8e128fcc85c26b45ea67 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Aug 06 16:06:25 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Aug 06 16:06:25 2009 +0000 |
tree | 998c07968f8fd5c16d9f71c52f6a4bb64e2e4bb9 | |
parent | ba5c74329dadfb685bb921407916ffbb2efb78cc [diff] [blame] |
Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. Thanks Vincent Legoll.
diff --git a/Misc/NEWS b/Misc/NEWS index 27f6f45..bf70fc8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Library ------- +- Issue #6622: Fix "local variable 'secret' referenced before + assignment" bug in POP3.apop. + - Issue #2715: Remove remnants of Carbon.File from binhex module. - Issue #6595: The Decimal constructor now allows arbitrary Unicode