8000 CHANGES. · github3py/urllib3@c5b7fd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5b7fd7

Browse files
committed
CHANGES.
1 parent f501016 commit c5b7fd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ dev (master branch)
1414
* Fixed multiple Set-Cookie headers in response not getting merged properly in
1515
Python 3. (Issue #53)
1616

17+
* AppEngine support with Py27. (Issue #61)
18+
1719

1820
1.2.2 (2012-02-06)
1921
++++++++++++++++++

urllib3/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def get_host(url):
107107

108108

109109

110-
111110
def is_connection_dropped(conn):
112111
"""
113112
Returns True if the connection is dropped and should be closed.

0 commit comments

Comments
 (0)
0