Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29597 > unrolled thread

Is there a public API equvalent for urllib2.parse_http_list?

Started byCosmia Luna <cosmius@gmail.com>
First post2012-09-20 23:22 -0700
Last post2012-09-20 23:26 -0700
Articles 2 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Is there a public API equvalent for urllib2.parse_http_list? Cosmia Luna <cosmius@gmail.com> - 2012-09-20 23:22 -0700
    Re: Is there a public API equvalent for urllib2.parse_http_list? Cosmia Luna <cosmius@gmail.com> - 2012-09-20 23:26 -0700

#29597 — Is there a public API equvalent for urllib2.parse_http_list?

FromCosmia Luna <cosmius@gmail.com>
Date2012-09-20 23:22 -0700
SubjectIs there a public API equvalent for urllib2.parse_http_list?
Message-ID<f510f455-683e-4be8-b149-84bcbaadd57d@googlegroups.com>
I'm porting my code to python3, and found there is no parse_http_list in any module of urllib of python3.

So, is there a public API equvalent for urllib2.parse_http_list?

Thanks.

--------
Cosmia Luna

[toc] | [next] | [standalone]


#29599

FromCosmia Luna <cosmius@gmail.com>
Date2012-09-20 23:26 -0700
Message-ID<49d7f9ab-0d0f-4abc-ae68-e01c803fd0b1@googlegroups.com>
In reply to#29597
On Friday, September 21, 2012 2:22:08 PM UTC+8, Cosmia Luna wrote:
> I'm porting my code to python3, and found there is no parse_http_list in any module of urllib of python3.
> 
> 
> 
> So, is there a public API equvalent for urllib2.parse_http_list?
> 
> 
> 
> Thanks.
> 
> 
> 
> --------
> 
> Cosmia Luna

I'm sorry, but I found it at urllib.request.parse_http_list.

But I still want to know where is a DOCUMENTED equivalent of this function, or the python team forgot to document it?

Thanks.

--------
Cosmia Luna

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web