[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.46, 1.1193.2.47

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Thu Mar 31 16:16:33 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport checkin:
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.1193.2.46
retrieving revision 1.1193.2.47
diff -u -d -r1.1193.2.46 -r1.1193.2.47
--- NEWS	31 Mar 2005 10:28:30 -0000	1.1193.2.46
+++ NEWS	31 Mar 2005 14:16:26 -0000	1.1193.2.47
@@ -23,6 +23,12 @@
 
 - weakref proxy has incorrect __nonzero__ behavior.  SF bug #1770766.
 
+Library
+-------
+
+- distutils.commands.register now encodes the data as UTF-8 before posting
+  them to PyPI.
+
 
 What's New in Python 2.4.1 final?
 =================================



More information about the Python-checkins mailing list