[py-svn] py-trunk commit 44656a668257: some small doc fixes

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 14 16:18:56 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1284473886 -7200
# Node ID 44656a668257838185c8772b8c184cb00c57b4ca
# Parent  fe8516e8582a56daaefb50022b3c71d1ecc0ef86
some small doc fixes

--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,12 @@ py.test and pylib: rapid testing and dev
 - `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

--- 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
 ==================================================



More information about the pytest-commit mailing list