[Bug 250380] textproc/py-feedparser: fails to import with lang/python39
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 15 23:39:54 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250380
Bug ID: 250380
Summary: textproc/py-feedparser: fails to import with
lang/python39
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: python at FreeBSD.org, sbz at FreeBSD.org
CC: python at FreeBSD.org, sbz at FreeBSD.org
Can you update to >= 6.0 or apply
https://github.com/kurtmckee/feedparser/commit/7798957b66c9 ?
$ python3.9
Python 3.9.0 (default, Oct 15 2020, 22:11:05)
[Clang 11.0.0 (git at github.com:llvm/llvm-project.git llvmorg-11.0.0-rc5-0-g60a25
on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> import feedparser
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/feedparser.py", line 93, in
<module>
_base64decode = getattr(base64, 'decodebytes', base64.decodestring)
AttributeError: module 'base64' has no attribute 'decodestring'
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list