Add-on:Future: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot Update |
||
| Line 3: | Line 3: | ||
|provider-name=Ed Schofield | |provider-name=Ed Schofield | ||
|ID=script.module.future | |ID=script.module.future | ||
|latest-version=0. | |latest-version=0.17.1 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
Revision as of 01:00, 1 September 2019
| future | ||||||||||||||||
| ||||||||||||||||
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.