summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0b4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.0b4.rst')
-rw-r--r--Misc/NEWS.d/3.7.0b4.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0b4.rst b/Misc/NEWS.d/3.7.0b4.rst
index 55c6068..1d4fc92 100644
--- a/Misc/NEWS.d/3.7.0b4.rst
+++ b/Misc/NEWS.d/3.7.0b4.rst
@@ -174,7 +174,6 @@ Patch by Stéphane Blondon.
Fixed regression when running pydoc with the :option:`-m` switch. (The
regression was introduced in 3.7.0b3 by the resolution of :issue:`33053`)
-
This fix also changed pydoc to add ``os.getcwd()`` to :data:`sys.path` when
necessary, rather than adding ``"."``.