summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2003-10-04 08:04:04 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2003-10-04 08:04:04 (GMT)
commit5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa (patch)
tree056ec8b1b009382eae13de8e4e2fdb6fd4645354 /Misc
parentbab23cfc26c5f9b74428eb48df80c09e5dfe361f (diff)
downloadcpython-5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa.zip
cpython-5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa.tar.gz
cpython-5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa.tar.bz2
two bugfixes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3a67fc..f4ca158 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,10 @@ Extension modules
- curses module now supports use_default_colors(). [patch #739124]
+- Bug #811028: ncurses.h breakage on FreeBSD/MacOS X
+
+- Bug #814613: INET_ADDRSTRLEN fix needed for all compilers on SGI
+
Library
-------