commit | 8874fd6bb0289ae1417db8e8b79f72a99f13079f | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Jan 18 03:58:42 2012 +0100 |
committer | Jesus Cea <jcea@jcea.es> | Wed Jan 18 03:58:42 2012 +0100 |
tree | 20667137932a7fa24fb6712170fb83b22cba2147 | |
parent | 2f828f2c8859b331bf9519bdc660eb8a2288779a [diff] [blame] |
Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
diff --git a/Misc/NEWS b/Misc/NEWS index 4bdf418..bceed46 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -100,6 +100,9 @@ Library ------- +- Issue #13803: Under Solaris, distutils doesn't include bitness + in the directory name. + - Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk.