diff options
author | PJ Eby <distutils-sig@python.org> | 2008-08-21 19:26:29 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2008-08-21 19:26:29 +0000 |
commit | 325788292c835751386a952941cfd613e773638f (patch) | |
tree | 618a8b1df9439a7196d016a34f827378d844b897 | |
parent | 3dc61ffa084eaff9c3515f8faf7fde19a94160dd (diff) | |
download | external_python_setuptools-325788292c835751386a952941cfd613e773638f.tar.gz external_python_setuptools-325788292c835751386a952941cfd613e773638f.tar.bz2 external_python_setuptools-325788292c835751386a952941cfd613e773638f.zip |
Fix for http://bugs.python.org/setuptools/issue34 (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065957
-rwxr-xr-x | README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -116,8 +116,11 @@ learning about Setuptools, Python Eggs, and EasyInstall: Questions, comments, and bug reports should be directed to the `distutils-sig mailing list`_. If you have written (or know of) any tutorials, documentation, plug-ins, or other resources for setuptools users, please let us know about -them there, so this reference list can be updated. +them there, so this reference list can be updated. If you have working, +*tested* patches to correct problems or add features, you may submit them to +the `setuptools bug tracker`_. +.. _setuptools bug tracker: http://bugs.python.org/setuptools/ .. _Package Compatibility Notes: http://peak.telecommunity.com/DevCenter/PackageNotes .. _The Internal Structure of Python Eggs: http://peak.telecommunity.com/DevCenter/EggFormats .. _The setuptools Developer's Guide: http://peak.telecommunity.com/DevCenter/setuptools |