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 kaizhu
Recipients collinwinter, kaizhu, loewis, pitrou
Date 2008-06-30.22:39:31
SpamBayes Score 0.012613066
Marked as misclassified No
Message-id <1214865572.96.0.639860025423.issue3238@psf.upfronthosting.co.za>
In-reply-to
Content
ideally that may be true.

but its quite frustrating testing/developing new py3k software when many
modules/extensions we take for granted in 2.x isn't available.  in the
meantime, this patch serves as a very convenient stopgap for developers
(even w/ its bugs), for writing py3k migration code in 2.x (& access to
all its extensions)

for example, its a difficult task to port a big project like numpy to
py3k all @ once.  but this patch could allow u to piece-wise transform
it, one script @ a time, to py3k language syntax compliance.
History
Date User Action Args
2008-06-30 22:39:33kaizhusetspambayes_score: 0.0126131 -> 0.012613066
recipients: + kaizhu, loewis, collinwinter, pitrou
2008-06-30 22:39:33kaizhusetspambayes_score: 0.0126131 -> 0.0126131
messageid: <1214865572.96.0.639860025423.issue3238@psf.upfronthosting.co.za>
2008-06-30 22:39:32kaizhulinkissue3238 messages
2008-06-30 22:39:31kaizhucreate