Show More
@@ -571,9 +571,9 b' class cookietransportrequest(object):' | |||
|
571 | 571 | self.send_user_agent(h) |
|
572 | 572 | self.send_content(h, request_body) |
|
573 | 573 | |
|
574 |
# Deal with differences between Python 2. |
|
|
574 | # Deal with differences between Python 2.6 and 2.7. | |
|
575 | 575 | # In the former h is a HTTP(S). In the latter it's a |
|
576 |
# HTTP(S)Connection. Luckily, the 2. |
|
|
576 | # HTTP(S)Connection. Luckily, the 2.6 implementation of | |
|
577 | 577 | # HTTP(S) has an underlying HTTP(S)Connection, so extract |
|
578 | 578 | # that and use it. |
|
579 | 579 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now