summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-01-18 02:51:38 (GMT)
committerJesus Cea <jcea@jcea.es>2012-01-18 02:51:38 (GMT)
commit4a8ba19783a92437b3fab4cb19f7cdd2645d3f2a (patch)
tree93e6cb4baabee1eb6d8238624249f296c1ed9bd1 /Misc
parent25e76bdb69572a004084ca5879b88f0f76c32822 (diff)
downloadcpython-4a8ba19783a92437b3fab4cb19f7cdd2645d3f2a.zip
cpython-4a8ba19783a92437b3fab4cb19f7cdd2645d3f2a.tar.gz
cpython-4a8ba19783a92437b3fab4cb19f7cdd2645d3f2a.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 6ebacc9..9d32b12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Library
- Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
+- Issue #13803: Under Solaris, distutils doesn't include bitness
+ in the directory name.
+
- Issue #13642: Unquote before b64encoding user:password during Basic
Authentication. Patch contributed by Joonas Kuorilehto and Michele OrrĂ¹.