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 hrfeels
Recipients georg.brandl, hrfeels
Date 2009-05-01.17:53:48
SpamBayes Score 0.00013744614
Marked as misclassified No
Message-id <1241200430.17.0.749564261591.issue5896@psf.upfronthosting.co.za>
In-reply-to
Content
It should be noted in the documentation that the 'setup' argument may be
a semicolon delimited list of imports:

Example:

t = timeit.Timer('squeezer.testRegular()', 'import squeezer; from
squeezer import myStaticData1, myStaticData2, testRegular')



related issues: 2527, 5441, 1397474
History
Date User Action Args
2009-05-01 17:53:50hrfeelssetrecipients: + hrfeels, georg.brandl
2009-05-01 17:53:50hrfeelssetmessageid: <1241200430.17.0.749564261591.issue5896@psf.upfronthosting.co.za>
2009-05-01 17:53:49hrfeelslinkissue5896 messages
2009-05-01 17:53:48hrfeelscreate