mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field
This commit is contained in:
parent
3513c87a21
commit
4f38317d5a
3 changed files with 21 additions and 2 deletions
|
@ -507,6 +507,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #1923: Fixed the removal of meaningful spaces when PKG-INFO is
|
||||
generated in Distutils. Patch by Stephen Emslie.
|
||||
|
||||
- Issue #4120: Drop reference to CRT from manifest when building extensions with
|
||||
msvc9compiler.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue