summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-21 19:28:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-21 19:28:20 (GMT)
commit32ce0cdd30eb576bfd0043df2c35338833cab0d3 (patch)
tree27fd9e87fb5a0d14e34ea1d1df68dcaa49653804 /Misc
parent404e0b7c1e2b63d853f883794acc971249a15178 (diff)
downloadcpython-32ce0cdd30eb576bfd0043df2c35338833cab0d3.zip
cpython-32ce0cdd30eb576bfd0043df2c35338833cab0d3.tar.gz
cpython-32ce0cdd30eb576bfd0043df2c35338833cab0d3.tar.bz2
Added a note about --enable-framework on Mac OS X.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3935f0d..e9c3c5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,11 @@ Build
- configure supports a new option --enable-unicode, with the values
ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode
type and supporting code is completely removed from the interpreter.
+
+- A new configure option --enable-framework builds a Mac OS X framework,
+ which "make frameworkinstall" will install. This provides a starting
+ point for more mac-like functionality, join pythonmac-sig@python.org
+ if you are interested in helping.
Tools