commit | 034ec7855685f4761abfcc8dd9f2e11579976e07 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 25 20:00:02 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 25 20:00:02 2010 +0000 |
tree | 342e0a46b32a1d9d7e54a326317e8ee1839182bd | |
parent | 7c973454a9ba776d153196c2a4f05d8234ced542 [diff] |
Merged revisions 83145 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r83145 | gregory.p.smith | 2010-07-25 12:11:36 -0700 (Sun, 25 Jul 2010) | 3 lines Fixes issue #3704: cookielib was not properly handling URLs with a / in the parameters. ........