mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 17:05:18 +01:00
plistlib.Data is deprecated from Python 3.4 and fully removed in Python 3.9. Skimming over the code, it's look like nothing uses this data structure. Let's remove it. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| binary.py | ||
| builtins.py | ||
| functools.py | ||
| html_entities.py | ||
| http_client.py | ||
| http_cookie.py | ||
| http_server.py | ||
| io.py | ||
| plistlib.py | ||
| queue.py | ||
| reprlib.py | ||
| smtplib.py | ||
| socketserver.py | ||
| urllib.py | ||