From: Benjamin Peterson Date: Wed, 5 Nov 2008 22:49:09 +0000 (+0000) Subject: period X-Git-Tag: v3.0rc2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93ef79cce3cbc7cd57602e08b59e9a6144044d82;p=python period --- diff --git a/Misc/NEWS b/Misc/NEWS index 40acabd2d3..7750d817a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,7 +18,7 @@ Core and Builtins - Issue #4211: The __path__ attribute of frozen packages is now a list instead of a string as required by PEP 302. -- Issue #3727: Fixed poplib +- Issue #3727: Fixed poplib. - Issue #3714: Fixed nntplib by using bytes where appropriate.