Menu

Commit [r26528]  Maximize  Restore  History

Python 3 improvements - changed how the Python 3 absent builtins.unicode() function is handled.

The aliased builtins.str() function is now referenced as lib.compat.unicode(). The Python 2
__builtin__.unicode() function is also aliased to lib.compat.unicode(). The GUI using this function
now import it from lib.compat.

bugman 2014-11-11

changed /trunk/gui/spin_viewer/containers.py
changed /trunk/gui/string_conv.py
changed /trunk/lib/compat.py
/trunk/gui/spin_viewer/containers.py Diff Switch to side-by-side view
Loading...
/trunk/gui/string_conv.py Diff Switch to side-by-side view
Loading...
/trunk/lib/compat.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.