[Checkins] [zopefoundation/zope.pluggableauth] 9d8bd7: Fix NameError in idpicker.py on Python 3.

GitHub noreply at github.com
Sun Apr 30 15:51:28 CEST 2017


  Branch: refs/heads/issue7
  Home:   https://github.com/zopefoundation/zope.pluggableauth
  Commit: 9d8bd7db88311969bb5522e99d86d61b6c6f1a8a
      https://github.com/zopefoundation/zope.pluggableauth/commit/9d8bd7db88311969bb5522e99d86d61b6c6f1a8a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M setup.py
    M src/zope/__init__.py
    A src/zope/pluggableauth/README.rst
    R src/zope/pluggableauth/README.txt
    A src/zope/pluggableauth/plugins/groupfolder.rst
    R src/zope/pluggableauth/plugins/groupfolder.txt
    M src/zope/pluggableauth/plugins/idpicker.py
    A src/zope/pluggableauth/plugins/principalfolder.rst
    R src/zope/pluggableauth/plugins/principalfolder.txt
    M src/zope/pluggableauth/tests.py
    M tox.ini

  Log Message:
  -----------
  Fix NameError in idpicker.py on Python 3.

Fixes #7.

Also a number of small updates:

- Run all the doctests.
- Enable test coverage reporting.
- Add support for Python 3.6.
- Modernize tox.ini
- Use pip on Travis and enable Travis caching.
- Run all doctests with consistent flags and checker
- Use renormalizing.IGNORE_EXCEPTION_MODULE_IN_PYTHON2 instead of
  manually normalizing one exception
- Rename .txt to .rst and include them in the published docs. Fix
  headers to be consistent to enable this.
- List PyPy in the classifiers.




More information about the checkins mailing list