[Python-checkins] python/dist/src/Misc NEWS,1.1275,1.1276
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Mon Mar 21 21:56:44 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6855/Misc
Modified Files:
NEWS
Log Message:
Add the upload command. Make all dist commands register their
outputs with the distribution object.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1275
retrieving revision 1.1276
diff -u -d -r1.1275 -r1.1276
--- NEWS 18 Mar 2005 21:20:19 -0000 1.1275
+++ NEWS 21 Mar 2005 20:56:35 -0000 1.1276
@@ -88,6 +88,9 @@
Library
-------
+- distutils.commands.upload was added to support uploading distribution
+ files to PyPI.
+
- Bug #1163325: Decimal infinities failed to hash. Attempting to
hash a NaN raised an InvalidOperation instead of a TypeError.
More information about the Python-checkins
mailing list