-
Notifications
You must be signed in to change notification settings - Fork 572
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
Allow @base URI to have a trailing hash '#' #407
Conversation
i would maintain py2.6 compatibility if the rest of rdflib is py2.6 compatible. all you need to do is add the check to your test. like this: |
Looks good, thanks! |
sweet, learned something new =) is there a way to trigger travis w/o another commit? looks like the py2.6 had an error installing coveralls...
|
There is a way to redo builds, but only for admins I'm afraid. I've started it now! |
great, thank you! all passed and looks good to merge. |
Allow @base URI to have a trailing hash '#'
Thanks! |
This PR is to address #379 and allow the
@base
directive URI to have a trailing hash '#'.@prefix
and@base
to allow trailing hash