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 larry
Recipients Arfrever, Jim.Jewett, Trundle, alex, asvetlov, barry, bfroehle, chris.jerdonek, daniel.urban, david.villa, dmalcolm, eric.smith, ezio.melotti, gregory.p.smith, gvanrossum, jcea, jkloth, larry, mark.dickinson, ncoghlan, pitrou, scoder, serhiy.storchaka, skrah, v+python
Date 2013-10-18.18:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382121646.83.0.980664161185.issue16612@psf.upfronthosting.co.za>
In-reply-to
Content
I played with that at one point.  Guido suggested it was a bad idea.
If you redirect stuff into a second file then you have way more points
of failure--the files could get out sync, for example.  I tend to agree.

We could, however, change Clinic so it generated most of the junk at the bottom of the file, where you don't need to look at it.

Or we could copy a page out of the PyPy playbook: generate a mandlebrot
as a comment at column 0, then put the real text at column 80+.  In the
right editor you'd never see it again!

In any case let's leave it for now.  We can revisit it later once we've
had a little more experience living with Clinic.
History
Date User Action Args
2013-10-18 18:40:46larrysetrecipients: + larry, gvanrossum, barry, gregory.p.smith, jcea, mark.dickinson, ncoghlan, pitrou, scoder, eric.smith, jkloth, ezio.melotti, Arfrever, v+python, alex, Trundle, asvetlov, skrah, dmalcolm, daniel.urban, chris.jerdonek, Jim.Jewett, serhiy.storchaka, bfroehle, david.villa
2013-10-18 18:40:46larrysetmessageid: <1382121646.83.0.980664161185.issue16612@psf.upfronthosting.co.za>
2013-10-18 18:40:46larrylinkissue16612 messages
2013-10-18 18:40:46larrycreate