diff options
author | PJ Eby <distutils-sig@python.org> | 2008-09-24 17:09:01 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2008-09-24 17:09:01 +0000 |
commit | ebca638430d355b8991ee8d89f36e68ebb694b2b (patch) | |
tree | 7c6d34756e0064080751cce5b6c5e8084392ed39 /setuptools.txt | |
parent | 36c98548d8ee94b11cbd59910678683f2fed3098 (diff) | |
download | external_python_setuptools-ebca638430d355b8991ee8d89f36e68ebb694b2b.tar.gz external_python_setuptools-ebca638430d355b8991ee8d89f36e68ebb694b2b.tar.bz2 external_python_setuptools-ebca638430d355b8991ee8d89f36e68ebb694b2b.zip |
Backport http://bugs.python.org/setuptools/issue39 from trunk
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066605
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/setuptools.txt b/setuptools.txt index 2e0b270d..d1b25302 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -3104,11 +3104,14 @@ Release Notes/Change History * 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/ |