[ buster ]
[ 源代码: python-subprocess32 ]
软件包:python-subprocess32(3.5.3-1)
python-subprocess32 的相关链接
Debian 的资源:
下载源码包 python-subprocess32:
- [python-subprocess32_3.5.3-1.dsc]
- [python-subprocess32_3.5.3.orig.tar.gz]
- [python-subprocess32_3.5.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
backport of the Py3 stdlib subprocess module for Py2
This is a backport of the Python 3.2 subprocess module to replace the stdlib subprocess module of Python versions 2.4 through 2.7, strongly recommended for POSIX systems. It includes a C extension used internally to handle the code path between fork() and exec(), which is more reliable when an application uses threads. Timeout support backported from Python 3.3 is also included. On the background, see PEP-324.
其他与 python-subprocess32 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.9)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)