[Python-checkins] r66605 - in sandbox/branches/setuptools-0.6: EasyInstall.txt setuptools.txt

phillip.eby python-checkins at python.org
Wed Sep 24 19:09:01 CEST 2008


Author: phillip.eby
Date: Wed Sep 24 19:09:01 2008
New Revision: 66605

Log:
Backport http://bugs.python.org/setuptools/issue39 from trunk


Modified:
   sandbox/branches/setuptools-0.6/EasyInstall.txt
   sandbox/branches/setuptools-0.6/setuptools.txt

Modified: sandbox/branches/setuptools-0.6/EasyInstall.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/EasyInstall.txt	(original)
+++ sandbox/branches/setuptools-0.6/EasyInstall.txt	Wed Sep 24 19:09:01 2008
@@ -6,9 +6,13 @@
 that lets you automatically download, build, install, and manage Python
 packages.
 
-(Please share your experiences with us! If you encounter difficulty installing
-a package, please submit a ticket via the `Setuptools Bug Tracker
-<http://bugs.python.org/setuptools/>`_ 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/branches/setuptools-0.6/setuptools.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/setuptools.txt	(original)
+++ sandbox/branches/setuptools-0.6/setuptools.txt	Wed Sep 24 19:09:01 2008
@@ -3104,11 +3104,14 @@
  * Initial release.
 
 
-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