diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-08 15:23:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-08 15:23:57 (GMT) |
commit | dac6aeb43c5be6b0ad506bb03234d0596853df31 (patch) | |
tree | c482a3d92bfd614b5d44989de3d804cfb78f3550 /Misc/NEWS | |
parent | 8851b71c6f47f3d4b4c723118d9600e56421dad7 (diff) | |
download | cpython-dac6aeb43c5be6b0ad506bb03234d0596853df31.zip cpython-dac6aeb43c5be6b0ad506bb03234d0596853df31.tar.gz cpython-dac6aeb43c5be6b0ad506bb03234d0596853df31.tar.bz2 |
Revert r80963 - it broke compilation everywhere
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -218,9 +218,6 @@ Build - Issue #3646: It is now easily possible to install a Python framework into your home directory on MacOSX, see Mac/README for more information. -- Issue #7724: Building now full honors an MacOSX SDK when specified, which - makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6. - - Issue #8510: Update to autoconf2.65. Misc |