We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59586b6 commit c53684dCopy full SHA for c53684d
ps5/feedparser.py
@@ -90,7 +90,7 @@
90
base64 = binascii = None
91
else:
92
# Python 3.1 deprecates decodestring in favor of decodebytes
93
- _base64decode = getattr(base64, 'decodebytes', base64.decodestring)
+ _base64decode = getattr(base64, 'decodebytes', base64.decodebytes)
94
95
# _s2bytes: convert a UTF-8 str to bytes if the interpreter is Python 3
96
# _l2bytes: convert a list of ints to bytes if the interpreter is Python 3
0 commit comments