zopefoundation / zope.exceptions

exceptions and implementations which are general purpose
https://zopeexceptions.readthedocs.io/
Other
0 stars 6 forks source link

Fix non-ASCII supplement info under Python 2 and drop Py3.3. #10

Closed jamadden closed 6 years ago

jamadden commented 6 years ago

Fixes #1.

Fix the coverage environment using zope.testrunner (nose no longer works, that same namespace path issue).

Also run the doctests on all supported versions. This requires dropping Python 3.3 because sphinx needs 3.4+.

Minor whitespace cleanups in test_exceptionformatter.py.

jamadden commented 6 years ago

Thank you! Could we get a PyPI release (or access) when convenient please?

mgedmin commented 6 years ago

@jamadden: you have access now

jamadden commented 6 years ago

Thanks! 4.2.0 has been released to PyPI.