some small doc fixes

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-09-14 16:18:06 +02:00
parent b81e48507c
commit 79734420df
2 changed files with 6 additions and 2 deletions

View File

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

View File

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