[Python-checkins] r45599 - in python/branches/p3yk: Objects/typeobject.c Tools/msi/msi.py (original) (raw)

thomas.wouters python-checkins at python.org
Fri Apr 21 13:28:17 CEST 2006


Author: thomas.wouters Date: Fri Apr 21 13:28:17 2006 New Revision: 45599

Modified: python/branches/p3yk/ (props changed) python/branches/p3yk/Objects/typeobject.c python/branches/p3yk/Tools/msi/msi.py Log:

Merge trunk up to 45598.

Modified: python/branches/p3yk/Objects/typeobject.c

--- python/branches/p3yk/Objects/typeobject.c (original) +++ python/branches/p3yk/Objects/typeobject.c Fri Apr 21 13:28:17 2006 @@ -4183,10 +4183,10 @@

 if (value == NULL)
     res = call_method(self, "__delitem__", &delitem_str,

@@ -4201,10 +4201,10 @@

 if (value == NULL)
     res = call_method(self, "__delslice__", &delslice_str,

Modified: python/branches/p3yk/Tools/msi/msi.py

--- python/branches/p3yk/Tools/msi/msi.py (original) +++ python/branches/p3yk/Tools/msi/msi.py Fri Apr 21 13:28:17 2006 @@ -908,6 +908,12 @@ if files: # Add an entry to the RemoveFile table to remove bytecode files. lib.remove_pyc()

@@ -930,9 +936,12 @@ if dir=="Icons": lib.glob("*.gif") lib.add_file("idle.icns")



More information about the Python-checkins mailing list