From: Benjamin Peterson Date: Tue, 6 Sep 2016 18:59:24 +0000 (-0700) Subject: remove an unanswered question X-Git-Tag: v3.6.0b1~420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=620bb277f89ba373b8c50e1a9fb9c8ba77a245c4;p=thirdparty%2FPython%2Fcpython.git remove an unanswered question --- diff --git a/Misc/NEWS b/Misc/NEWS index 189b452485c0..f785ab213867 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,