Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 99ba0dd

Browse files
committed
delcare 3.5.0
1 parent 5b49b0e commit 99ba0dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
-----------------
2-
2018-05-05 3.5.0rc2
2+
2018-05-13 3.5.0 (3.5.0rc3)
33
-----------------
44

55
* Fixed the packaging problem where the stdlib python3_redirect shim is
66
supposed to be installed on Python 3.
77
* Renamed _posixsubprocess to _posixsubprocess32 for consistency.
88
* Unset CLOEXEC on file descriptors given to Popen pass_fds. (GH #4)
99
* 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.
1013

1114
-----------------
1215
2017-10-18 3.5.0rc1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main():
6666

6767
setup(
6868
name='subprocess32',
69-
version='3.5.0rc3',
69+
version='3.5.0',
7070
description='A backport of the subprocess module from Python 3 for use on 2.x.',
7171
long_description="""\
7272
This is a backport of the subprocess standard library module from

0 commit comments

Comments
 (0)