surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Python 3 port - Suggestions welcome! #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have ported the python oauth library to python 3. Attached is a diff
between the python 2 version. You may view the source at
http://github.com/joshthecoder/python-oauth/tree/py3k

Original issue reported on code.google.com by jroessl...@gmail.com on 13 Aug 2009 at 4:42

Attachments:

GoogleCodeExporter commented 8 years ago
We need to figure out where to put this code. Any suggestions?

Here is the related mailing list thread:
http://groups.google.com/group/oauth/browse_thread/thread/96ab559211e9bd10

Original comment by leah.culver on 17 Sep 2009 at 6:47

GoogleCodeExporter commented 8 years ago

Original comment by leah.culver on 17 Sep 2009 at 6:47

GoogleCodeExporter commented 8 years ago
I've just merged in recent updates with my py3k branch on github.
Sorry I broke the link above, the repository is back on github and the link 
works.

For github it would be easy to just keep the py3k in its own branch (much like 
my
fork is setup). I'm not completely sure how to organize it on the OAuth 
googlecode
svn. Some choices could be:
  Make a branch at code->branches->python3
     (once py2 is depreciated we'd move replace code->python with it)
  Create a new folder at code->python3
  Create a new folder at code->python->py3k
  Create a new folder at code->python->branches->py3k

Original comment by jroessl...@gmail.com on 17 Sep 2009 at 9:12