commit | 11db64e5fd029a2e4db8e9d3c6c4676b410afc72 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Nov 15 22:36:47 2009 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Nov 15 22:36:47 2009 +0000 |
tree | 4a940aa9c818a2934483c60cf4548d3f45a2fbc6 | |
parent | ccd5e02d2bc64a48c32c24a1ee988b7dd17a94cf [diff] [blame] |
Issue #7328: don't corrupt sys.path when running pydoc with the -m switch
diff --git a/Misc/NEWS b/Misc/NEWS index 2f55a67..041f2a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -429,6 +429,8 @@ Library ------- +- Issue #7328: pydoc no longer corrupts sys.path when run with the '-m' switch + - Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using TLS or SSL. Patch by Giampaolo Rodola'.