[Python-Dev] Adding Wing 4 project to

Michael Foord fuzzyman at voidspace.org.uk
Tue Oct 5 13:55:18 CEST 2010


  On 05/10/2010 12:51, Senthil Kumaran wrote:
> On Tue, Oct 05, 2010 at 12:39:00PM +0100, Michael Foord wrote:
>> Wing 4 is now in beta and I have switched to using it. Wing 4 uses
>> an updated, backwards incompatible, project file format. I would
>> like to add a Wing 4 project file to Misc, called 'python-wing4.wpr'
>> to all the branches I work on (likely py3k, python27-maint and
>> python31-maint).
>>
>> Any objections to this?
> One of the concerns would be size. How much does the new extra file
> add to the tarball (and to Windows/Mac builds, if they are bundling).
 >>> len(open('Misc/python-wing.wpr').read())
555
 >>> len(open('Misc/python-wing4.wpr').read())
888

Michael

-- 
http://www.voidspace.org.uk/blog

READ CAREFULLY. By accepting and reading this email you agree,
on behalf of your employer, to release me from all obligations
and waivers arising from any and all NON-NEGOTIATED agreements,
licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap,
confidentiality, non-disclosure, non-compete and acceptable use
policies (”BOGUS AGREEMENTS”) that I have entered into with your
employer, its partners, licensors, agents and assigns, in
perpetuity, without prejudice to my ongoing rights and privileges.
You further represent that you have the authority to release me
from any BOGUS AGREEMENTS on behalf of your employer.



More information about the Python-Dev mailing list