summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-01-18 02:58:42 (GMT)
committerJesus Cea <jcea@jcea.es>2012-01-18 02:58:42 (GMT)
commit8874fd6bb0289ae1417db8e8b79f72a99f13079f (patch)
tree20667137932a7fa24fb6712170fb83b22cba2147 /Misc
parent2f828f2c8859b331bf9519bdc660eb8a2288779a (diff)
downloadcpython-8874fd6bb0289ae1417db8e8b79f72a99f13079f.zip
cpython-8874fd6bb0289ae1417db8e8b79f72a99f13079f.tar.gz
cpython-8874fd6bb0289ae1417db8e8b79f72a99f13079f.tar.bz2
Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bdf418..bceed46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,6 +100,9 @@ Core and Builtins
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.