[Python-checkins] python/dist/src/Misc NEWS,1.1280,1.1281

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Thu Mar 31 15:57:41 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27988/Misc

Modified Files:
	NEWS 
Log Message:
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.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1280
retrieving revision 1.1281
diff -u -d -r1.1280 -r1.1281
--- NEWS	31 Mar 2005 09:35:44 -0000	1.1280
+++ NEWS	31 Mar 2005 13:57:35 -0000	1.1281
@@ -102,6 +102,9 @@
 - 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



More information about the Python-checkins mailing list