Library to work with SSH public keys

2013-04-05 Thread Darren Spruell
to parse them but I'd prefer not to. -- Darren Spruell phatbuck...@gmail.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Library to work with SSH public keys

2013-04-07 Thread Darren Spruell
On Sat, Apr 6, 2013 at 5:49 AM, Roy Smith wrote: > In article , > Darren Spruell wrote: > >> I'd like to work with user submitted/uploaded SSH public keys from >> Python. I'm trying to solve what I'd thought might be a simple need: >> given a user

urllib2 header casing discrepancy

2011-02-23 Thread Darren Spruell
the specified input is preserved. http://www.cs.tut.fi/~jkorpela/http.html http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 This is observed under Python 2.6.1 and 2.6.6 on OS X and Linux. Am I misunderstanding how to use these functions? Do I need to adjust my expectations? :) -- Darren Spruell phatbuck...@gmail.com -- http://mail.python.org/mailman/listinfo/python-list