[Python-Dev] Python merge module

"Martin v. Löwis" martin at v.loewis.de
Thu Feb 3 22:22:32 CET 2011


Am 03.02.2011 18:58, schrieb Floris Bruynooghe:
> On 3 February 2011 15:38, Michael Urman <murman at gmail.com> wrote:
>> Technically this is a problem with the component generation in Python,
>> and for that in particular, a move to WiX could be very helpful. They
>> have stable component code generation which keys off of location,
>> name, platform, etc., but only works for single-file components.
> 
> At work we keep the required stable UUIDs in an ConfigParser-format
> file checked in to the VCS for that purpose.

That's also the path I'd take. But I'm unsure how versioning would work,
in particular if I have per-directory components, and files get added
(which typically shouldn't, but might happen in bugfix releases).

Regards,
Martin


More information about the Python-Dev mailing list