diff options
author | Jesus Cea <jcea@jcea.es> | 2012-01-18 02:58:42 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-01-18 02:58:42 (GMT) |
commit | 8874fd6bb0289ae1417db8e8b79f72a99f13079f (patch) | |
tree | 20667137932a7fa24fb6712170fb83b22cba2147 /Misc | |
parent | 2f828f2c8859b331bf9519bdc660eb8a2288779a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |