diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-06 18:58:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-06 18:58:01 (GMT) |
commit | 4fe55106d1bd99015b18118bf1067a1189e070ea (patch) | |
tree | f45f9460a346d3f25713d5fc6ccc0fd825521f56 /Misc | |
parent | 39093e9e6836b98dc67979e4e888e4bc639caa07 (diff) | |
download | cpython-4fe55106d1bd99015b18118bf1067a1189e070ea.zip cpython-4fe55106d1bd99015b18118bf1067a1189e070ea.tar.gz cpython-4fe55106d1bd99015b18118bf1067a1189e070ea.tar.bz2 |
require standard int types to be defined (#17884)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 1 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 compiled without ``long long`` for years, so this is basically a formality. |