New submission from Atsushi Odagiri <aod...@gmail.com>:

I wanna use greate authentication library with python3.

I think that needs few steps below::

step 1. 
omit dependencies for paste and setuptools.
they don't support python3, but distribute and webob do.

step 2. 
apply 2to3 or one source style approach.

I tried step1 at 
https://github.com/aodag/repoze.who/commit/02a504e06198ed48f7783c28e9931ed
94818959c .
that passed all tests and looks works fine.

setp2 has few problems.

supporting python2.5 needs 2to3 to fix exception syntax.
type check of basestring does'nt work on python3.

----------
messages: 521
nosy: aodag
priority: wish
status: unread
title: make repoze.who to support py3k

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue182>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to