diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-16 19:13:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-16 19:13:27 (GMT) |
commit | b9cec6a30f77c4c0ab208053ffafc02fddd01962 (patch) | |
tree | 04380e55c6d702ad52aeb64db441343b6f8555e3 /Doc/whatsnew | |
parent | b8cd3e4e30d3219ecf00ce7f114a15746561ea87 (diff) | |
download | cpython-b9cec6a30f77c4c0ab208053ffafc02fddd01962.zip cpython-b9cec6a30f77c4c0ab208053ffafc02fddd01962.tar.gz cpython-b9cec6a30f77c4c0ab208053ffafc02fddd01962.tar.bz2 |
Issue #16314: Added support for the LZMA compression in distutils.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 6411667..4b36315 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -338,6 +338,9 @@ distutils option to enable parallel building of extension modules. (Contributed by Antoine Pitrou in :issue:`5309`.) +* Added support for the LZMA compression. + (Contributed by Serhiy Storchaka in :issue:`16314`.) + doctest ------- |