[Python-checkins] r66603 - in sandbox/trunk/setuptools: EasyInstall.txt setuptools.txt

phillip.eby python-checkins at python.org
Wed Sep 24 19:05:36 CEST 2008


Author: phillip.eby
Date: Wed Sep 24 19:05:35 2008
New Revision: 66603

Log:
Fix for http://bugs.python.org/setuptools/issue39


Modified:
   sandbox/trunk/setuptools/EasyInstall.txt
   sandbox/trunk/setuptools/setuptools.txt

Modified: sandbox/trunk/setuptools/EasyInstall.txt
==============================================================================
--- sandbox/trunk/setuptools/EasyInstall.txt	(original)
+++ sandbox/trunk/setuptools/EasyInstall.txt	Wed Sep 24 19:05:35 2008
@@ -6,12 +6,13 @@
 that lets you automatically download, build, install, and manage Python
 packages.
 
-(Please share your experiences with us! Whether you encountered success or
-difficulty installing a particular package, please add your notes to the
-`Experience Reports <http://peak.telecommunity.com/DevCenter/PackageNotes>`_
-page. You'll need to register for a Wiki ID if you don't already have one; you
-can do that from the `User Preferences
-<http://peak.telecommunity.com/DevCenter/UserPreferences>`_ page. Thanks!)
+Please share your experiences with us! If you encounter difficulty installing
+a package, please contact us via the `distutils mailing list
+<http://mail.python.org/pipermail/distutils-sig/>`_.  (Note: please DO NOT send
+private email directly to the author of setuptools; it will be discarded.  The
+mailing list is a searchable archive of previously-asked and answered
+questions; you should begin your research there before reporting something as a
+bug -- and then do so via list discussion first.)
 
 (Also, if you'd like to learn about how you can use ``setuptools`` to make your
 own packages work better with EasyInstall, or provide EasyInstall-like features

Modified: sandbox/trunk/setuptools/setuptools.txt
==============================================================================
--- sandbox/trunk/setuptools/setuptools.txt	(original)
+++ sandbox/trunk/setuptools/setuptools.txt	Wed Sep 24 19:05:35 2008
@@ -2614,11 +2614,14 @@
    forcing namespace packages to be imported early, which 0.7 does not do.)
 
 
-Mailing list
-============
+Mailing List and Bug Tracker
+============================
 
 Please use the `distutils-sig mailing list`_ for questions and discussion about
-setuptools.
+setuptools, and the `setuptools bug tracker`_ ONLY for issues you have
+confirmed via the list are actual bugs, and which you have reduced to a minimal
+set of steps to reproduce.
 
 .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/
+.. _setuptools bug tracker: http://bugs.python.org/setuptools/
 


More information about the Python-checkins mailing list