python-six

Rating: 
0
No votes yet

Category:

Application versions: 
AttachmentSizeDate
File python-six-1.6.1-1.7.1.noarch.rpm18.03 KB06/05/2015 - 01:44
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.