Đoàn Trần Công Danh
238680060c
polyglot: don't try to import plistlib.Data
...
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.
2020-11-02 07:17:07 +07:00
Kovid Goyal
4ab24b8ea2
Remove wrap/unwrap for bytes in plistlib not needed on py3
2020-08-22 18:48:08 +05:30
Kovid Goyal
520adcafc0
...
2020-08-22 18:48:06 +05:30
Kovid Goyal
764e8bff7e
Remove py3 conditionals
2020-08-22 18:47:56 +05:30
Kovid Goyal
9ff27782de
Remove useless __future__ imports
...
Not needed on python3
2020-08-22 18:47:55 +05:30
Kovid Goyal
29cd8d64ea
Change shebangs to python from python2
...
Also remove a few other miscellaneous references to python2
2020-08-22 18:47:51 +05:30
Kovid Goyal
5b2baa7233
Fix for plistlib dropping Data in python 3.9
...
Fixes #1184 (plistlib.Data is going to be dropped in python 3.9)
2020-07-02 08:42:18 +05:30
Kovid Goyal
ac5b5c9957
Dont put biplist in backports
2020-04-21 22:49:45 +05:30
Kovid Goyal
b9082d95dc
macOS: Fix selecting applications that use binary plist files such as Kindle.app with Open With not working. Fixes #1873972 [Callibre not letting me open mobi file in Kindle]( https://bugs.launchpad.net/calibre/+bug/1873972 )
2020-04-21 21:12:33 +05:30
Kovid Goyal
ce007d8bab
py3: port plistlib
2019-04-01 16:05:31 +05:30