summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 189b452..f785ab2 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,