From: Barry Warsaw Date: Mon, 4 Jun 2012 13:51:53 +0000 (-0400) Subject: Add NEWS entry. X-Git-Tag: v3.3.0b1~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90ca5c2aa14dc834b7bbdfec8289a6fb98c8b7c2;p=python Add NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index f0bac32158..479090f665 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,6 +7,11 @@ What's New in Python 3.3.0 Beta 1? *Release date: XX-XXX-2012* +Core and Builtins +----------------- + +- Issue #14673: Add Eric Snow's sys.implementation implementation. + Library -------