Skip to content
This repository was archived by the owner on Apr 4, 2018. It is now read-only.
This repository was archived by the owner on Apr 4, 2018. It is now read-only.

Python 3.3.2 SyntaxError on twitter-text-py 2.0.0 #21

@ghost

Description

$ python
Python 3.3.2 (default, Sep  6 2013, 09:30:10) 
[GCC 4.8.1 20130725 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import twitter_text
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.3/site-packages/twitter_text/__init__.py", line 3, in <module>
    from twitter_text.autolink import Autolink
  File "/usr/lib/python3.3/site-packages/twitter_text/autolink.py", line 309
    display_url_sans_ellipses = re.sub(ur'…', u'', display_url)
                                             ^
SyntaxError: invalid syntax

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