From: Benjamin Peterson Date: Tue, 6 Sep 2016 18:59:24 +0000 (-0700) Subject: remove an unanswered question X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=620bb277f89ba373b8c50e1a9fb9c8ba77a245c4;p=python remove an unanswered question --- diff --git a/Misc/NEWS b/Misc/NEWS index 189b452485..f785ab2138 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,7 @@ Core and Builtins - Issue #17884: Python now requires systems with inttypes.h and stdint.h -- Issue #27961?: Require platforms to support ``long long``. Python hasn't +- Issue #27961: Require platforms to support ``long long``. Python hasn't compiled without ``long long`` for years, so this is basically a formality. - Issue #27355: Removed support for Windows CE. It was never finished,