python3-six

Rating: 
0
No votes yet

Six - Python 2 and 3 compatibility utilities

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.

For source-code of Six for Mer / Nemo / Sailfish, see the Mer COBS site project.

Category:

Application versions: 
AttachmentSizeDate
File python3-six-1.6.1-10.6.1.jolla_.noarch.rpm18.99 KB05/11/2014 - 00:45
Changelog: 

- update to 1.6.1:
- Raise an AttributeError for six.moves.X when X is a module not available in
the current interpreter.
- Raise an AttributeError for every attribute of unimportable modules.
- Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
have a __path__ unless they are loaded.
- Pull request #28: Add support for SplitResult.
- Issue #55: Add move mapping for xmlrpc.server.
- Pull request #29: Add move for urllib.parse.splitquery.