Index: Misc/NEWS =================================================================== --- Misc/NEWS (revision 46040) +++ Misc/NEWS (working copy) @@ -29,6 +29,10 @@ - Patch #1479181: split open() and file() from being aliases for each other. +- Patch #1473257: generator objects gain a gi_code attribute. This is the + same object as the func_code attribute of the function that produced the + generator. + Extension Modules -----------------