File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ High priority
6
6
7
7
(In order of priority)
8
8
9
+ requests 1.x
10
+ ~~~~~~~~~~~~
11
+
12
+ Upgrade to requests 1.x
13
+
9
14
unittests
10
15
~~~~~~~~~
11
16
@@ -28,8 +33,8 @@ Low priority
28
33
29
34
(In order of priority)
30
35
31
- logging
32
- ~~~~~~~
36
+ logging -- Planned
37
+ ~~~~~~~~~~~~~~~~~~
33
38
34
39
I need to determine if there is a desire for logging and where it would be
35
40
most useful. I would probably take a cue from urllib3 in this instance.
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ def iter_emails(self, number=-1):
367
367
:returns: generator of dicts
368
368
"""
369
369
url = self ._build_url ('user' , 'emails' )
370
- return self ._iter (int (number ), url , str )
370
+ return self ._iter (int (number ), url , dict )
371
371
372
372
def iter_events (self , number = - 1 ):
373
373
"""Iterate over public events.
You can’t perform that action at this time.
0 commit comments