From: Jesus Cea Date: Wed, 18 Jan 2012 03:01:24 +0000 (+0100) Subject: MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directo... X-Git-Tag: v3.3.0a1~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44acda4c971f0e565b6e52dbb51267c7255662f9;p=python MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name --- 44acda4c971f0e565b6e52dbb51267c7255662f9 diff --cc Misc/NEWS index 78945151f2,bceed46653..85887c358b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -447,11 -100,9 +447,14 @@@ Core and Builtin Library ------- + - Issue #13803: Under Solaris, distutils doesn't include bitness + in the directory name. + +- Issue #10278: Add time.wallclock() function, monotonic clock. + +- Issue #13809: Fix regression where bz2 module wouldn't work when threads are + disabled. Original patch by Amaury Forgeot d'Arc. + - Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk.