diff --git a/Misc/NEWS b/Misc/NEWS index f0bac321584..479090f665c 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 -------