diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2003-10-04 08:04:04 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2003-10-04 08:04:04 (GMT) |
commit | 5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa (patch) | |
tree | 056ec8b1b009382eae13de8e4e2fdb6fd4645354 /Misc | |
parent | bab23cfc26c5f9b74428eb48df80c09e5dfe361f (diff) | |
download | cpython-5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa.zip cpython-5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa.tar.gz cpython-5c68ef04b7f0c0c1d342647a7db2d3f76637d3fa.tar.bz2 |
two bugfixes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |