Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27582

Summary: clientcookie-0.4.4a.ebuild (New Package)
Product: Gentoo Linux Reporter: Rob Cakebread (RETIRED) <pythonhead>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
URL: http://wwwsearch.sourceforge.net/ClientCookie/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: clientcookie-0.4.4a.ebuild
clientcookie-0.4.4a.ebuild

Description Rob Cakebread (RETIRED) gentoo-dev 2003-08-30 00:12:08 UTC
ClientCookie is a Python module for handling HTTP cookies on the client side,
useful for accessing web sites that require cookies to be set and then returned
later. It also provides some other (optional) useful stuff: HTTP-EQUIV and
Refresh handling, automatic adding of the Referer [sic] header and
lazily-seek()able responses.  These extras are implemented using an extension
that makes it easier to add new functionality to urllib2.  It has developed from
a port of Gisle Aas'
 Perl module HTTP::Cookies, from the libwww-perl library.
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2003-08-30 00:12:47 UTC
Created attachment 16802 [details]
clientcookie-0.4.4a.ebuild
Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2003-09-13 19:27:42 UTC
Created attachment 17674 [details]
clientcookie-0.4.4a.ebuild

Made changes we discussed in IRC
Comment 3 Rob Cakebread (RETIRED) gentoo-dev 2003-10-02 16:05:50 UTC
Thanks, Rob.