From: Martin v. Löwis <martin@v.loewis.de> Date: Tue, 21 Feb 2012 16:26:10 +0000 (+0100) Subject: merge 3.2 X-Git-Tag: v3.3.0a1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9caee9ab435d53a920ba9239e9a8fe4fe58976f;p=python merge 3.2 --- f9caee9ab435d53a920ba9239e9a8fe4fe58976f diff --cc Misc/NEWS index 2a43734ef2,f387dc77e6..26529b75e8 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1942,41 -1398,10 +1942,43 @@@ Librar Build ----- ++- Issue #10580: Minor grammar change in Windows installer. ++ +- Issue #13326: Clean __pycache__ directories correctly on OpenBSD. + +- PEP 393: the configure option --with-wide-unicode is removed. + +- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 + functions on OpenBSD (e.g. fdopendir). + +- Issue #11863: Remove support for legacy systems deprecated in Python 3.2 + (following PEP 11). These systems are systems using Mach C Threads, + SunOS lightweight processes, GNU pth threads and IRIX threads. + +- Issue #8746: Correct faulty configure checks so that os.chflags() and + os.lchflags() are once again built on systems that support these + functions (*BSD and OS X). Also add new stat file flags for OS X + (UF_HIDDEN and UF_COMPRESSED). + +- Issue #10645: Installing Python does no longer create a + Python-X.Y.Z-pyX.Y.egg-info file in the lib-dynload directory. + +- Do not accidentally include the directory containing sqlite.h twice when + building sqlite3. + +- Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, + ensure "make install" creates symlinks in --prefix bin for the "-32" + files in the framework bin directory like the installer does. + +- Issue #11347: Use --no-as-needed when linking libpython3.so. + - Issue #11411: Fix 'make DESTDIR=' with a relative destination. -- Issue #11268: Prevent Mac OS X Installer failure if Documentation package had - previously been installed. +- Issue #11268: Prevent Mac OS X Installer failure if Documentation + package had previously been installed. + +- Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2. + IDLE ----