[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.119, 1.831.4.120

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Fri Jun 11 11:09:44 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23194/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Backport:
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
have a __module__. Test for this case.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.119
retrieving revision 1.831.4.120
diff -C2 -d -r1.831.4.119 -r1.831.4.120
*** NEWS	7 Jun 2004 23:17:48 -0000	1.831.4.119
--- NEWS	11 Jun 2004 15:09:40 -0000	1.831.4.120
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - Bug #966623. classes created with type() in an exec(, {}) don't
+   have a __module__, but code in typeobject assumed it would always
+   be there.
+ 
  - Bug #952807:  Unpickling pickled instances of subclasses of
    datetime.date, datetime.datetime and datetime.time could yield insane




More information about the Python-checkins mailing list