[Python-Dev] Bring new features to older python versions (original) (raw)
Toshio Kuratomi a.badger at gmail.com
Tue Oct 11 17:39:34 CEST 2011
- Previous message: [Python-Dev] Bring new features to older python versions
- Next message: [Python-Dev] Bring new features to older python versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Oct 11, 2011 at 12:22:12AM -0400, Terry Reedy wrote:
On 10/10/2011 4:21 PM, Giampaolo RodolĂ wrote: >Thanks everybody for your feedback. >I created a gcode project here: >http://code.google.com/p/pycompat/
This project will be easier if the test suite for a particular function/class/module is up to par. If you find any gaping holes, you might file an issue on the tracker. About testsuites... one issue that you'll run into is that while some stdlib modules are written with backporting to older versions in mind, their testsuites are not. For instance, subprocess from python-2.7 runs fine on python-2.3+. The testsuite for subprocess in python-2.7 makes use of the with statement, though, so it has to be ported.
-Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20111011/9047c534/attachment.pgp>
- Previous message: [Python-Dev] Bring new features to older python versions
- Next message: [Python-Dev] Bring new features to older python versions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]