From 79734420df5da760a383ec80a062018cc331f3f6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 14 Sep 2010 16:18:06 +0200 Subject: [PATCH] some small doc fixes --HG-- branch : trunk --- CHANGELOG | 2 +- setup.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bf20775f8..00ac14869 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ Changes between 1.3.3 and 1.3.4 - fix issue111: improve install documentation for windows - fix issue116: --doctestmodules works in the presence of __init__.py files as well - fix issue118: new --tb=native option for presenting cpython-standard exceptions -- fix issue115: introduce py.builtin._sysex for system level exceptions we should thread different +- fix issue115: introduce py.builtin._sysex for system level exceptions to let through Changes between 1.3.2 and 1.3.3 ================================================== diff --git a/setup.py b/setup.py index 74d41fb3a..0cde55ed6 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,12 @@ py.test and pylib: rapid testing and development utils - `py.code`_: dynamic code compile and traceback printing support Platforms: Linux, Win32, OSX + Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy -For questions please check out http://pylib.org/contact.html + +Bugs and issues: http://bitbucket.org/hpk42/py-trunk/issues/ + +Mailing lists and more contact points: http://pylib.org/contact.html .. _`py.test`: http://pytest.org .. _`py.path`: http://pylib.org/path.html