diff options
author | Jesus Cea <jcea@jcea.es> | 2012-01-18 02:51:38 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-01-18 02:51:38 (GMT) |
commit | 4a8ba19783a92437b3fab4cb19f7cdd2645d3f2a (patch) | |
tree | 93e6cb4baabee1eb6d8238624249f296c1ed9bd1 /Misc | |
parent | 25e76bdb69572a004084ca5879b88f0f76c32822 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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Ă¹. |