Re: [Tutor] http question

2014-11-10 Thread Clayton Kirkwood
>-Original Message- >From: Tutor [mailto:tutor-bounces+crk=godblessthe...@python.org] On >Behalf Of Steven D'Aprano >Sent: Sunday, November 09, 2014 3:04 AM >To: tutor@python.org >Subject: Re: [Tutor] http question > >On Sat, Nov 08, 2014 at 09:53:33PM

Re: [Tutor] http question

2014-11-09 Thread Steven D'Aprano
On Sat, Nov 08, 2014 at 09:53:33PM -0800, Clayton Kirkwood wrote: > >> but I also am aware of httplib2, but it still seems to be in eternal > >> alpha. > > > >What leads you to that conclusion? If you're talking about this: > > > >https://github.com/jcgregorio/httplib2 > > > >I don't see any sign

Re: [Tutor] http question

2014-11-09 Thread Alan Gauld
On 09/11/14 05:53, Clayton Kirkwood wrote: After reading various documentation, it seems that the urllib is limited. Perhaps I am wrong and you will clarify that point. Every library is limited. The issue is not whether it is limited, but whether it has enough functionality to do what you nee

Re: [Tutor] http question

2014-11-08 Thread Clayton Kirkwood
>-Original Message- >From: Tutor [mailto:tutor-bounces+crk=godblessthe...@python.org] On >Behalf Of Steven D'Aprano >Sent: Saturday, November 08, 2014 9:14 PM >To: tutor@python.org >Subject: Re: [Tutor] http question > >On Sat, Nov 08, 2014 at 06:12:48PM

Re: [Tutor] http question

2014-11-08 Thread Steven D'Aprano
On Sat, Nov 08, 2014 at 06:12:48PM -0800, Clayton Kirkwood wrote: > As I move through my learning process, I am wanting to do some http posts, > etc. I know that there is a http class, Do you perhaps the http package (not class)? https://docs.python.org/3/library/http.html > but I also am awar

Re: [Tutor] http question

2014-11-08 Thread Joel Goldstick
On Sat, Nov 8, 2014 at 9:12 PM, Clayton Kirkwood wrote: > As I move through my learning process, I am wanting to do some http posts, > etc. I know that there is a http class, but I also am aware of httplib2, but > it still seems to be in eternal alpha. Which would be better? (However you > want to

[Tutor] http question

2014-11-08 Thread Clayton Kirkwood
As I move through my learning process, I am wanting to do some http posts, etc. I know that there is a http class, but I also am aware of httplib2, but it still seems to be in eternal alpha. Which would be better? (However you want to define better) TIA, Clayton You can tell the caliber