[ctypes-commit] ctypes ChangeLog,1.70,1.71
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-11-25 11:05:03
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28874 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** ChangeLog 29 Oct 2004 19:31:09 -0000 1.70 --- ChangeLog 25 Nov 2004 11:04:27 -0000 1.71 *************** *** 1,2 **** --- 1,8 ---- + 2004-11-19 Thomas Heller <th...@py...> + + * (Message): The _fields_ attribute can now be set *after* a + Structure or Union type has been created. + XXX Describe the exact semantics. + 2004-10-29 Thomas Heller <th...@py...> |