summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-04-08-22-54-07.bpo-33185.Id-Ba9.rst
blob: 1f51d7e5120ddec297c1063b5085e95f7f6b3b07 (plain)
1
2
3
4
5
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 ``"."``.