summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-03-31 13:57:38 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-03-31 13:57:38 (GMT)
commita6e8a4ad12d030de1664f1b1df27e0496dd488e9 (patch)
tree26adad39afbf24cb60cd5b220372d1a2d4c9b376 /Misc/NEWS
parentb330adf9ebff10b55a3a5d1bedc2ccf5bee72b74 (diff)
downloadcpython-a6e8a4ad12d030de1664f1b1df27e0496dd488e9.zip
cpython-a6e8a4ad12d030de1664f1b1df27e0496dd488e9.tar.gz
cpython-a6e8a4ad12d030de1664f1b1df27e0496dd488e9.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21bcb4b..fa0b85f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,9 @@ Library
- distutils.commands.upload was added to support uploading distribution
files to PyPI.
+- distutils.commands.register now encodes the data as UTF-8 before posting
+ them to PyPI.
+
- decimal operator and comparison methods now return NotImplemented
instead of raising a TypeError when interacting with other types. This
allows other classes to implement __radd__ style methods and have them