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 terry.reedy
Recipients Carl.Friedrich.Bolz, arigo, benjamin.peterson, brett.cannon, leosoto, ncoghlan, pitrou, scoder, terry.reedy
Date 2009-01-21.02:19:53
SpamBayes Score 3.466225e-08
Marked as misclassified No
Message-id <1232504394.74.0.78060375357.issue4242@psf.upfronthosting.co.za>
In-reply-to
Content
Like Brett, I think the long term solution is to segregate
implementation-specific tests into a separate file or subdirectory of
files.  Then the main directory of tests could (and I would like)
constitute an executable definition-by-example for the language.  (To
aid this, I would also like the naming of files and tests and sequencing
of tests within files to reflect the structure of the manual as much as
possible -- and would help to make it so.  Separate patches of course.)

Would alternative implementors prefer to wait or have a *temporary*
addition to test_support?

If something is added, I would give it a leading underscore name and
document it as something probably temporary for alternate
implementations to use until a permanent solution is implemented.
History
Date User Action Args
2009-01-21 02:19:55terry.reedysetrecipients: + terry.reedy, brett.cannon, arigo, ncoghlan, pitrou, scoder, Carl.Friedrich.Bolz, benjamin.peterson, leosoto
2009-01-21 02:19:54terry.reedysetmessageid: <1232504394.74.0.78060375357.issue4242@psf.upfronthosting.co.za>
2009-01-21 02:19:53terry.reedylinkissue4242 messages
2009-01-21 02:19:53terry.reedycreate