commit | b1d3d96374294904a13717403c80035718331092 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 18 04:46:00 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 18 04:46:00 2008 +0000 |
tree | fb348c08b9d4460e7b254754fffe91eb13ba8417 | |
parent | 3781aef8f8f992f78b31c7029004fa7b1ada7304 [diff] [blame] |
Issue 2332: add new attribute names for instance method objects
diff --git a/Misc/NEWS b/Misc/NEWS index 2975c15..5382c84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Issue 2332: add new attribute names for instance method objects. + The two changes are: im_self -> __self__ and im_func -> __func__ + - Issue 2379: Raise a Py3K warning for __getitem__ or __getslice__ on exception instances.