[Python-checkins] python/nondist/sandbox/setuptools pkg_resources.txt, 1.10, 1.11

pje@users.sourceforge.net pje at users.sourceforge.net
Mon Aug 22 00:12:23 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9532

Modified Files:
	pkg_resources.txt 
Log Message:
Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'
extension for eggs.


Index: pkg_resources.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/pkg_resources.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pkg_resources.txt	14 Aug 2005 17:48:07 -0000	1.10
+++ pkg_resources.txt	21 Aug 2005 22:12:12 -0000	1.11
@@ -625,7 +625,7 @@
 
 ``__str__()``
     The string form of an ``EntryPoint`` is a string that could be passed to
-    ``EntryPoint.parse()`` to yield an equivalent ``EntryPoint``.
+    ``EntryPoint.parse()`` to produce an equivalent ``EntryPoint``.
 
 
 ``Distribution`` Objects



More information about the Python-checkins mailing list