Remove some Python 2.x leftovers
* `Iterator.next()`` has been replaced with `Iterator.__next__()` * The `object.__unicode__()` method is not used anymore * Default source encoding has changed from ASCII to UTF-8
Showing
- mwclient/client.py 0 additions, 1 deletionmwclient/client.py
- mwclient/listing.py 0 additions, 4 deletionsmwclient/listing.py
- mwclient/page.py 0 additions, 3 deletionsmwclient/page.py
- setup.py 0 additions, 1 deletionsetup.py
- test/test_client.py 0 additions, 1 deletiontest/test_client.py
- test/test_listing.py 0 additions, 1 deletiontest/test_listing.py
- test/test_page.py 0 additions, 1 deletiontest/test_page.py
- test/test_sleep.py 0 additions, 1 deletiontest/test_sleep.py
- test/test_util.py 0 additions, 1 deletiontest/test_util.py
Loading
Please register or sign in to comment