diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-21 19:28:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-21 19:28:20 (GMT) |
commit | 32ce0cdd30eb576bfd0043df2c35338833cab0d3 (patch) | |
tree | 27fd9e87fb5a0d14e34ea1d1df68dcaa49653804 | |
parent | 404e0b7c1e2b63d853f883794acc971249a15178 (diff) | |
download | cpython-32ce0cdd30eb576bfd0043df2c35338833cab0d3.zip cpython-32ce0cdd30eb576bfd0043df2c35338833cab0d3.tar.gz cpython-32ce0cdd30eb576bfd0043df2c35338833cab0d3.tar.bz2 |
Added a note about --enable-framework on Mac OS X.
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |