commit | c060b0e7eb140cb13dfb51f954883241f1ddabc6 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Wed Jul 02 13:09:19 2008 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Wed Jul 02 13:09:19 2008 +0000 |
tree | 3830e69b54e6d84ad5e6ca36d0fc1de2f4f14094 | |
parent | 70c3289085d08d97edbfaa626efc2d2c2ac21859 [diff] |
Issue 3190: pydoc now hides module __package__ attributes
diff --git a/Misc/NEWS b/Misc/NEWS index 686a87f..36afc09 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Library ------- +- Issue #3190: Pydoc now hides the automatic module attribute __package__ (the + handling is now the same as that of other special attributes like __name__). + - Issue #2885 (partial): The urllib.urlopen() function has been deprecated for removal in Python 3.0 in favor of urllib2.urlopen().