Is there a public API equvalent for urllib2.parse_http_list?

Cosmia Luna cosmius at gmail.com
Fri Sep 21 02:26:39 EDT 2012


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



More information about the Python-list mailing list