File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,15 +218,15 @@ v20.4.4 (2021-04-20)
218218Bugfixes - 20.4.4
219219~~~~~~~~~~~~~~~~~
220220- Built in discovery class is always preferred over plugin supplied classes. (`#2087 <https://github.com/pypa/virtualenv/issues/2087 >`_)
221- - Upgrade embeded setuptools to ``56.0.0 `` by :user: `gaborbernat `. (`#2094 <https://github.com/pypa/virtualenv/issues/2094 >`_)
221+ - Upgrade embedded setuptools to ``56.0.0 `` by :user: `gaborbernat `. (`#2094 <https://github.com/pypa/virtualenv/issues/2094 >`_)
222222
223223
224224v20.4.3 (2021-03-16)
225225--------------------
226226
227227Bugfixes - 20.4.3
228228~~~~~~~~~~~~~~~~~
229- - Bump embeded setuptools from ``52.0.0 `` to ``54.1.2 `` - by :user: `gaborbernat ` (`#2069 <https://github.com/pypa/virtualenv/issues/2069 >`_)
229+ - Bump embedded setuptools from ``52.0.0 `` to ``54.1.2 `` - by :user: `gaborbernat ` (`#2069 <https://github.com/pypa/virtualenv/issues/2069 >`_)
230230- Fix PyPy3 stdlib on Windows is incorrect - by :user: `gaborbernat `. (`#2071 <https://github.com/pypa/virtualenv/issues/2071 >`_)
231231
232232
Original file line number Diff line number Diff line change 11"""Backward compatibility layer with older version of six.
22
3- This is used to avoid virtualenv requring a version of six newer than what
3+ This is used to avoid virtualenv requiring a version of six newer than what
44the system may have.
55"""
66from __future__ import absolute_import
You can’t perform that action at this time.
0 commit comments