mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-26 00:55:52 +03:00
[GH-ISSUE #125] python3 and backward compatibility #118
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/
@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.