[Python-checkins] r70645 - peps/trunk/pep-0376.txt

tarek.ziade python-checkins at python.org
Sat Mar 28 19:53:28 CET 2009


Author: tarek.ziade
Date: Sat Mar 28 19:53:28 2009
New Revision: 70645

Log:
fixing the example

Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Sat Mar 28 19:53:28 2009
@@ -204,7 +204,7 @@
 
     >>> from pkgutil import get_egg_info, get_metadata, get_egg_info_file
     >>> get_egg_info('zlib')
-    '/opt/local/lib/python2.6/site-packages/zlib-2.5.2-py2.6.egg-info'
+    '/opt/local/lib/python2.6/site-packages/zlib-2.5.2.egg-info'
     >>> metadata = get_metadata('zlib')
     >>> metadata.version
     '2.5.2'


More information about the Python-checkins mailing list