This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients angus, barry, daniel.ugra, davide.rizzo, eric.araujo, ezio.melotti, georg.brandl, nadeem.vawda, nneonneo, orsenthil, python-dev, santoso.wijaya, terry.reedy, vstinner
Date 2011-07-27.00:25:57
SpamBayes Score 0.00012404585
Marked as misclassified No
Message-id <E1Qlrwi-0007su-FQ@dinsdale.python.org>
In-reply-to
Content
New changeset 9eac48fbe21d by Senthil Kumaran in branch '3.2':
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
http://hg.python.org/cpython/rev/9eac48fbe21d

New changeset a45c8ce67c7d by Senthil Kumaran in branch 'default':
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
http://hg.python.org/cpython/rev/a45c8ce67c7d
History
Date User Action Args
2011-07-27 00:25:58python-devsetrecipients: + python-dev, barry, georg.brandl, terry.reedy, orsenthil, vstinner, nneonneo, nadeem.vawda, ezio.melotti, eric.araujo, daniel.ugra, santoso.wijaya, davide.rizzo, angus
2011-07-27 00:25:57python-devlinkissue12576 messages
2011-07-27 00:25:57python-devcreate