diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-06 18:59:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-06 18:59:24 (GMT) |
commit | 620bb277f89ba373b8c50e1a9fb9c8ba77a245c4 (patch) | |
tree | 3ea51cbf1c3ef2acb2a3899cccaa23f72c341ed5 /Misc | |
parent | 4fe55106d1bd99015b18118bf1067a1189e070ea (diff) | |
download | cpython-620bb277f89ba373b8c50e1a9fb9c8ba77a245c4.zip cpython-620bb277f89ba373b8c50e1a9fb9c8ba77a245c4.tar.gz cpython-620bb277f89ba373b8c50e1a9fb9c8ba77a245c4.tar.bz2 |
remove an unanswered question
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |