summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2016-06-14 08:15:25 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2016-06-14 08:15:25 (GMT)
commit006a56ceda1ad9c9b1caf6be14d87b3fee87c89a (patch)
tree3045353533836ac133ba5000a2a955c23d48fdc3 /Misc
parenteea86b0bc0bbec2bd9bdacf2a3f174af7e170942 (diff)
downloadcpython-006a56ceda1ad9c9b1caf6be14d87b3fee87c89a.zip
cpython-006a56ceda1ad9c9b1caf6be14d87b3fee87c89a.tar.gz
cpython-006a56ceda1ad9c9b1caf6be14d87b3fee87c89a.tar.bz2
- Don't use largefile support for GNU/Hurd.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 46e4296..0238f37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Build
Install the platform specifc _sysconfigdata module into the platform
directory and rename it to include the ABIFLAGS.
+- Don't use largefile support for GNU/Hurd.
+
What's New in Python 3.6.0 alpha 2
==================================