diff options
author | xdegaye <xdegaye@gmail.com> | 2019-04-09 15:20:08 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-04-09 15:20:08 (GMT) |
commit | 2ee077f7955e0349074f16a7afee40b4914619f7 (patch) | |
tree | 91d18eaa00a318b6153be01f0411605b14c06e11 /Misc | |
parent | 56065d4c8ac03042cb7e29ffda9b1ac544a37b4d (diff) | |
download | cpython-2ee077f7955e0349074f16a7afee40b4914619f7.zip cpython-2ee077f7955e0349074f16a7afee40b4914619f7.tar.gz cpython-2ee077f7955e0349074f16a7afee40b4914619f7.tar.bz2 |
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
https://bugs.python.org/issue36544
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2019-04-06-18-53-03.bpo-36544.hJr2_a.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-04-06-18-53-03.bpo-36544.hJr2_a.rst b/Misc/NEWS.d/next/Build/2019-04-06-18-53-03.bpo-36544.hJr2_a.rst new file mode 100644 index 0000000..71f5c21 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-04-06-18-53-03.bpo-36544.hJr2_a.rst @@ -0,0 +1 @@ +Fix regression introduced in bpo-36146 refactoring setup.py |