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 pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, christian.heimes, exarkun, giampaolo.rodola, gregory.p.smith, ialbert, pitrou, rhettinger, wplappert
Date 2009-02-19.23:49:07
SpamBayes Score 4.533344e-09
Marked as misclassified No
Message-id <1235087397.8683.15.camel@fsol>
In-reply-to <1235086793.81.0.792507247514.issue4565@psf.upfronthosting.co.za>
Content
> +1 to setting it up so that unit tests are always run against both and 
> keeping both.

If this is the way forward I recommend putting the pure Python versions
into a separate module, eg pyio.py (although the name is not very
elegant). It will make the separation clean and obvious.

(and perhaps it will have the side-effect of improving startup time,
although I'm not really worried about this)
History
Date User Action Args
2009-02-19 23:49:09pitrousetrecipients: + pitrou, rhettinger, gregory.p.smith, exarkun, amaury.forgeotdarc, giampaolo.rodola, christian.heimes, benjamin.peterson, wplappert, ialbert
2009-02-19 23:49:07pitroulinkissue4565 messages
2009-02-19 23:49:07pitroucreate