Skip to content

Opening comments on vim cause error with Python 3.9 #1

Description

@Matts966
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/Matts966/.vim/plugged/vim-hackernews/ftplugin/hackernews.py", line 272, in link
    print_comments(item['comments'])
  File "/Users/Matts966/.vim/plugged/vim-hackernews/ftplugin/hackernews.py", line 342, in print_c
omments
    p = html.unescape(p)
AttributeError: 'HTMLParser' object has no attribute 'unescape'

This can be fixed by using VIm that uses Python 3.8 for now.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions