Revised stubs for geoip2 third party library#3317
Revised stubs for geoip2 third party library#3317JelleZijlstra merged 10 commits intopython:masterfrom
Conversation
|
Nope, it doesn't work with Python2: I suggest moving the stubs back to |
|
You can probably just remove the |
Well, to make this work, I had to also move |
|
Can we please move on with this? |
JelleZijlstra
left a comment
There was a problem hiding this comment.
Sure, just a few small comments
All fixed. Thank you! |
Followup to #3299.
Approved by the developer, see maxmind/GeoIP2-python#70
Also in this PR:
Stubs for
maxminnddbmoved fromthird_party/3tothird_party/2and3with appropriate adjustement ofstrreplaced withText.stdlib/3/ipaddress.pyigot copied tothird_party/2as this backport is necessary formaxminddbon Python 2. Both copies are adjusted bystrreplaced withText.Both
maxminddbandgeoip2stubs got rid of extra comments.