summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-10-26 09:53:46 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-10-26 09:53:46 (GMT)
commit337614993e6f329143e5a68349b62f0a43114ac9 (patch)
tree5a2e1a95f3615bf9b80813a455f479962ae524c2 /Misc
parent182ac8514726402451a90fd59c9bf427f8071365 (diff)
downloadcpython-337614993e6f329143e5a68349b62f0a43114ac9.zip
cpython-337614993e6f329143e5a68349b62f0a43114ac9.tar.gz
cpython-337614993e6f329143e5a68349b62f0a43114ac9.tar.bz2
Patch #1044395: Allow configure option --enable-shared in FreeBSD.
(Submitted by James William Pye, Patch revised by Jiwon Seo)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 59c3ef6..4aba0fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,13 +59,13 @@ Library
- Bug #1017553: fix bug in tarfile.filemode()
-- Bug #737473: fix bug that old source code is shown in tracebacks even if
+- Patch #737473: fix bug that old source code is shown in tracebacks even if
the source code is updated and reloaded.
Build
-----
-...
+- Patch #1044395: --enable-shared is allowed in FreeBSD also.
C API
-----