aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2015-05-28 15:28:22 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2015-05-28 15:28:22 +0200
commit75d108c95186aef502333c471ab103baa0602871 (patch)
treebc1ba76eea14980d4b46b216440227d4607bbe04 /CHANGES.txt
parentc87fd7aa8017f31ccf42ed66bae1f31f1cfef642 (diff)
downloadexternal_python_setuptools-75d108c95186aef502333c471ab103baa0602871.tar.gz
external_python_setuptools-75d108c95186aef502333c471ab103baa0602871.tar.bz2
external_python_setuptools-75d108c95186aef502333c471ab103baa0602871.zip
Issue #378: Do not use internal importlib._bootstrap module.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4ea74081..08879612 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ CHANGES
17.0
----
+* Issue #378: Do not use internal importlib._bootstrap module.
* Issue #390: Disallow console scripts with path separators in
the name. Removes unintended functionality and brings behavior
into parity wih pip.