summaryrefslogtreecommitdiffstats
path: root/Lib/Cookie.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Whitespace cleanup; now passes the regression test (the last checkin madeFred Drake2000-08-241-21/+15
| | | | | | | it fail on a TabError (inconsistent tab/space usage)). Removed a comment about including a test since there is a regression test for this module.
* Updated version of Cookie.py (rev. 2.29) from timoAndrew M. Kuchling2000-08-241-19/+33
|
* Added Tim O'Malley's Cookie.py module (master version atAndrew M. Kuchling2000-08-191-0/+718
http://www.timo-tasi.org/python/Cookie.py) This is revision 2.26 according to Tim's RCS history.