This repository was archived by the owner on Oct 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
-----------------
2
- 2018-05-05 3.5.0rc2
2
+ 2018-05-13 3.5.0 (3.5.0rc3)
3
3
-----------------
4
4
5
5
* Fixed the packaging problem where the stdlib python3_redirect shim is
6
6
supposed to be installed on Python 3.
7
7
* Renamed _posixsubprocess to _posixsubprocess32 for consistency.
8
8
* Unset CLOEXEC on file descriptors given to Popen pass_fds. (GH #4)
9
9
* Drop support for Python 2.4 and 2.5.
10
+ * Adds a configure script - run by setup.py - to supply the missing feature
11
+ #define's for the _posixsubprocess32 extension module for the things that
12
+ Python 2's own configure generated pyconfig.h does not already provide.
10
13
11
14
-----------------
12
15
2017-10-18 3.5.0rc1
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def main():
66
66
67
67
setup (
68
68
name = 'subprocess32' ,
69
- version = '3.5.0rc3 ' ,
69
+ version = '3.5.0 ' ,
70
70
description = 'A backport of the subprocess module from Python 3 for use on 2.x.' ,
71
71
long_description = """\
72
72
This is a backport of the subprocess standard library module from
You can’t perform that action at this time.
0 commit comments