Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field

This commit is contained in:
Tarek Ziadé 2009-12-06 09:22:40 +00:00
parent 3513c87a21
commit 4f38317d5a
3 changed files with 21 additions and 2 deletions

View file

@ -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.