[docs] Request Object in urllib2 missing two methods in documentation

Darren Yin darreny at MIT.EDU
Fri Jul 23 19:37:02 CEST 2010


http://docs.python.org/library/urllib2.html#request-objects

There are two undocumented getter methods in urllib2.Request:
get_header and header_items

Just an fyi, it might be good to at least put the method signatures
into the docs.

~Darren Yin


More information about the docs mailing list