]> granicus.if.org Git - python/commit
Since PyPI only accepts UTF-8 encoded data now, make sure that the data is
authorWalter Dörwald <walter@livinglogic.de>
Thu, 31 Mar 2005 13:57:38 +0000 (13:57 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 31 Mar 2005 13:57:38 +0000 (13:57 +0000)
commita6e8a4ad12d030de1664f1b1df27e0496dd488e9
tree26adad39afbf24cb60cd5b220372d1a2d4c9b376
parentb330adf9ebff10b55a3a5d1bedc2ccf5bee72b74
Since PyPI only accepts UTF-8 encoded data now, make sure that the data is
properly encoded and include the encoding in the Content-Type header.
Lib/distutils/command/register.py
Misc/NEWS