summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-19 15:21:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-19 15:21:35 (GMT)
commite47e093f7009ca758f044c52178071b68e48bf2a (patch)
tree2067d6091c85f30a54f6cd49f1279498c87c2089 /Misc
parentbe9994e0d1afe4c2a1d28041ca0dce50ef9d786d (diff)
downloadcpython-e47e093f7009ca758f044c52178071b68e48bf2a.zip
cpython-e47e093f7009ca758f044c52178071b68e48bf2a.tar.gz
cpython-e47e093f7009ca758f044c52178071b68e48bf2a.tar.bz2
Issue #10898: Allow compiling the posix module when the C library defines
a symbol named FSTAT.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1bc3b2f..03912b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Core and Builtins
Library
-------
+- Issue #10898: Allow compiling the posix module when the C library defines
+ a symbol named FSTAT.
+
What's New in Python 3.2 Release Candidate 1
============================================