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 adrianholovaty
Recipients adrianholovaty
Date 2007-08-27.02:20:50
SpamBayes Score 0.012728088
Marked as misclassified No
Message-id <1188181252.17.0.123349198402.issue1034@psf.upfronthosting.co.za>
In-reply-to
Content
Per a Python-3000 mailing list discussion here --
http://mail.python.org/pipermail/python-3000/2007-August/009835.html --
I have implemented an addition to the 2to3 utility that enables warnings
to be output as comments in Python source code instead of being logged
to stdout.

See the attached patch and a description of the changes here:
http://mail.python.org/pipermail/python-3000/2007-August/009881.html
Files
File name Uploaded
2to3_insert_comment.diff adrianholovaty, 2007-08-27.02:20:51
History
Date User Action Args
2007-08-27 02:20:53adrianholovatysetspambayes_score: 0.0127281 -> 0.012728088
recipients: + adrianholovaty
2007-08-27 02:20:52adrianholovatysetspambayes_score: 0.0127281 -> 0.0127281
messageid: <1188181252.17.0.123349198402.issue1034@psf.upfronthosting.co.za>
2007-08-27 02:20:52adrianholovatylinkissue1034 messages
2007-08-27 02:20:51adrianholovatycreate