]> granicus.if.org Git - python/commitdiff
remove an unanswered question
authorBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 18:59:24 +0000 (11:59 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 6 Sep 2016 18:59:24 +0000 (11:59 -0700)
Misc/NEWS

index 189b452485c01705a79a854c7e6759c1b299973f..f785ab213867523840d68e9f01c8cbf4a90bd7c8 100644 (file)
--- 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,