diff options
author | Jesus Cea <jcea@jcea.es> | 2012-01-18 03:01:24 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-01-18 03:01:24 (GMT) |
commit | 44acda4c971f0e565b6e52dbb51267c7255662f9 (patch) | |
tree | 447736e03eeb28aac479b90bfbd01ea78b95cabf /Misc | |
parent | e39ebe45c4953ff506a1f7bd5c115b5c1b8e66d7 (diff) | |
parent | 8874fd6bb0289ae1417db8e8b79f72a99f13079f (diff) | |
download | cpython-44acda4c971f0e565b6e52dbb51267c7255662f9.zip cpython-44acda4c971f0e565b6e52dbb51267c7255662f9.tar.gz cpython-44acda4c971f0e565b6e52dbb51267c7255662f9.tar.bz2 |
MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -447,6 +447,9 @@ Core and Builtins 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 |