Metadata-Version: 2.0
Name: subprocessww
Version: 0.1
Summary: Version of subprocess with patches to allow unicode arguments
Home-page: https://github.com/sabnzbd/sabbuild/tree/master/builder/win/subprocessww
Author: Safihre
Author-email: safihre@sabnzbd.org
License: LGPLv3
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Environment :: Win32 (MS Windows)
Classifier: Topic :: Software Development :: Libraries :: Python Modules

Applied the C-patch proposed in https://bugs.python.org/issue1759845 to the most recent (3 October 2017) version of _subprocess.c.

This allows Unicode parameters to be passed to POpen on Python 2.7.

Usage:
------------

.. code:: python


    # Use patched version of subprocess module for Unicode on Windows
    import subprocessww

    # Load the regular POpen, which is now patched
    from subprocess import Popen


2017 The SABnzbd Team <team@sabnzbd.org>


