This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients brett.cannon, daniel.urban, eric.araujo, georg.brandl, pitrou, r.david.murray, rhettinger, terry.reedy
Date 2011-10-07.20:36:22
SpamBayes Score 7.975568e-05
Marked as misclassified No
Message-id <1318019783.11.0.117537087156.issue11085@psf.upfronthosting.co.za>
In-reply-to
Content
You also have to think about command-line apps like Mercurial that need to be snappy.  For those guys, a lot of added startup time is a big deal -- one of the reasons Matt Mackall hates thinking about a Python 3 port is that Python 3(.2) startup time is already double that of Python 2.
History
Date User Action Args
2011-10-07 20:36:23georg.brandlsetrecipients: + georg.brandl, brett.cannon, rhettinger, terry.reedy, pitrou, eric.araujo, r.david.murray, daniel.urban
2011-10-07 20:36:23georg.brandlsetmessageid: <1318019783.11.0.117537087156.issue11085@psf.upfronthosting.co.za>
2011-10-07 20:36:22georg.brandllinkissue11085 messages
2011-10-07 20:36:22georg.brandlcreate