Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python in Fedora

Python in Fedora

For the Python Language Summit
Coverage: https://lwn.net/Articles/690676/

Petr Viktorin

June 17, 2016
Tweet

More Decks by Petr Viktorin

Other Decks in Programming

Transcript

  1. Still on Python 2 Desktop toolkits GTK (2 → 3)

    Gimp Inkscape Sugar wxWidgets shiboken/PySide python-xlib Ansible Enterprise Samba FreeIPA Odoo Tryton VCS & Co. Mercurial Bazaar Trac Fedora infra Koji & Bodhi fedmsg tools cobbler pulp (OpenStack) Web (Twisted) ToscaWidgets
  2. Our Porting Guides py3c incl. C Extension porting guide RPM

    Porting Guide Conservative Porting Guide (ETA: summer)
  3. Stdlib by disk size test asyncio email tkinter encodings distutils

    unittest pydoc_data ensurepip ctypes lib2to3 idlelib individual modules
  4. System Python /usr/libexec/system-python Intended for essential system tools & Cloud

    Doesn't include the full standard library Packages can opt in to (and test with) it Precedents Debian's python-minimal already unbundled: tkinter (+idle, turtle), test Future idea for dist-sig: Way for packages to optionally specify stdlib subset?