Skip to content

Commit 4dfbf75

Browse files
Drop python2 mention from README
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 15e9734 commit 4dfbf75

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Diff for: README.md

-13
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ rename to HTTPSPNEGOAuthHandler.
1010

1111
With an array of your other handlers (or just an empty one):
1212

13-
### Python 2
14-
15-
```Python
16-
import urllib2
17-
import urllib_gssapi
18-
19-
handlers.append(urllib_gssapi.HTTPSPNEGOAuthHandler())
20-
21-
opener = urllib2.build_opener(*handlers)
22-
urllib2.install_opener(opener)
23-
request = urllib2.Request(url, data)
24-
```
25-
2613
### Python 3
2714

2815
```Python

0 commit comments

Comments
 (0)