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 michael.foord
Recipients Calvin.Spealman, ezio.melotti, michael.foord
Date 2011-03-26.22:56:13
SpamBayes Score 0.03130325
Marked as misclassified No
Message-id <1301180174.39.0.409920966519.issue11683@psf.upfronthosting.co.za>
In-reply-to
Content
Discover does recurse into directories - but only packages, so the algorithm for importing them is trivial. You're suggesting enhancing that to multiple strategies (checking non package directories to see if they are on the path and then recursing into them as well). I can well believe the docs could do with clarifying though - and a patch for that would be awesome.
History
Date User Action Args
2011-03-26 22:56:14michael.foordsetrecipients: + michael.foord, ezio.melotti, Calvin.Spealman
2011-03-26 22:56:14michael.foordsetmessageid: <1301180174.39.0.409920966519.issue11683@psf.upfronthosting.co.za>
2011-03-26 22:56:13michael.foordlinkissue11683 messages
2011-03-26 22:56:13michael.foordcreate