[GH-ISSUE #125] python3 and backward compatibility #118

Closed
opened 2026-02-26 09:35:48 +03:00 by kerem · 1 comment
Owner

Originally created by @elnappo on GitHub (Dec 29, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/125

for example use str instead of unicode, remove u"" like described in https://docs.djangoproject.com/en/dev/topics/python3/

Originally created by @elnappo on GitHub (Dec 29, 2013). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/125 for example use **str** instead of **unicode**, remove u"" like described in https://docs.djangoproject.com/en/dev/topics/python3/
kerem closed this issue 2026-02-26 09:35:49 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Jan 10, 2014):

you mean the unicode_literals future import?

nope, won't do this, it can have unintended side effects. see armin ronachers blog posts about this stuff.

<!-- gh-comment-id:32078036 --> @ThomasWaldmann commented on GitHub (Jan 10, 2014): you mean the unicode_literals future import? nope, won't do this, it can have unintended side effects. see armin ronachers blog posts about this stuff.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#118
No description provided.