parent
b81e48507c
commit
79734420df
|
@ -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
|
||||
==================================================
|
||||
|
|
6
setup.py
6
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
|
||||
|
|
Loading…
Reference in New Issue