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 jaywink
Recipients BreamoreBoy, chris.jerdonek, ezio.melotti, jaywink, r.david.murray
Date 2014-08-02.13:29:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406986176.62.0.590594166082.issue15907@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that hopefully does what was intended. All the tests passed locally, hopefully the tests we're adapted correctly to the new location of the files. My first patch :)

I added a new "data" file 'doctest_DocFileSuite_test.txt' to Lib/test to keep the test that tests that doctest.DocFileSuite loads files from calling module path. All the old files I moved to Lib/test/doctest and adapted tests to use them from there.
History
Date User Action Args
2014-08-02 13:29:37jaywinksetrecipients: + jaywink, ezio.melotti, r.david.murray, chris.jerdonek, BreamoreBoy
2014-08-02 13:29:36jaywinksetmessageid: <1406986176.62.0.590594166082.issue15907@psf.upfronthosting.co.za>
2014-08-02 13:29:36jaywinklinkissue15907 messages
2014-08-02 13:29:36jaywinkcreate