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

Various unicode fixes for dimensions, Tables and widgets #352

Closed
wants to merge 3 commits into from

Conversation

philippjfr
Copy link
Member

This PR addresses various unicode issues in Dimensions, Tables and Widgets. Opened to address #350 but fixes more wide-ranging issues.

Not yet ready for merge.

@@ -3,6 +3,8 @@
axis or map dimension. Also supplies the Dimensioned abstract
baseclass for classes that accept Dimension values.
"""
from __future__ import unicode_literals

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we might need this anywhere else in HoloViews?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not a bad idea to add some of the __future__ imports everywhere including division, print_function and this one.

@jlstevens
Copy link
Contributor

Looks fine. I wish there were a good way to know when safe_unicode should be used (apart from writing as many different tests as possible!).

@philippjfr philippjfr closed this Dec 26, 2015
@philippjfr philippjfr deleted the unicode_fix branch August 21, 2017 20:59
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants