Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Python3: unichr #687

Closed
iherman opened this issue Jan 17, 2017 · 4 comments
Closed

Incompatibility with Python3: unichr #687

iherman opened this issue Jan 17, 2017 · 4 comments
Labels
bug Something isn't working
Milestone

Comments

@iherman
Copy link
Contributor

iherman commented Jan 17, 2017

Consider the following console output:

09:33 rdflib> python3
Python 3.6.0 (v3.6.0:41df79263a11, Dec 22 2016, 17:23:13)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import rdflib
INFO:rdflib:RDFLib Version: 4.2.2-dev
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/ivan/Source/PythonModules/RDFLib-repo/repos/rdflib/rdflib/__init__.py", line 99, in <module>
    unichr(0x10FFFF)
NameError: name 'unichr' is not defined
>>>
@iherman iherman added bug Something isn't working critical and removed critical labels Jan 17, 2017
@gromgull
Copy link
Member

gromgull commented Jan 17, 2017 via email

@iherman
Copy link
Contributor Author

iherman commented Jan 17, 2017 via email

@gromgull
Copy link
Member

We want get one more bug-fix release for 4.X out first, I'd like to aim for Q1 2017 for this. Then we'll start on 5.0. Given the usual activity around here, I wouldn't hold my breath for 2017 :)

@iherman
Copy link
Contributor Author

iherman commented Jan 18, 2017 via email

@joernhees joernhees modified the milestones: rdflib 5.0.1, rdflib 5.0.0 Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants