summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-24 10:23:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-24 10:23:23 -0500
commite0ea74d385bd5f2fcbf5030a67a1f51c65b564df (patch)
treebaad6efb0be03ab11e1671e2442405dde586f06d /CHANGES.txt
parent9d1e4a7a1f340147dca2f215dc33485c31f1834e (diff)
downloadpython-setuptools-git-e0ea74d385bd5f2fcbf5030a67a1f51c65b564df.tar.gz
Add hyperlinks to Jython bugs
--HG-- branch : distribute extra : rebase_source : b3cfcd0da54b33c0571a678a1ea20b730e138f99
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1912edef..2bb23165 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,8 @@ CHANGES
* Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
* Issue #329: Properly close files created by tests for compatibility with
Jython.
-* Work around Jython bugs #1980 and #1981.
+* Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and
+ `#1981 <http://bugs.jython.org/issue1981`_.
* Issue #334: Provide workaround for packages that reference `sys.__stdout__`
such as numpy does. This change should address
`virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long