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 MLModel
Recipients MLModel, benjamin.peterson
Date 2009-05-27.23:55:11
SpamBayes Score 9.266715e-06
Marked as misclassified No
Message-id <1243468513.48.0.897565947926.issue6125@psf.upfronthosting.co.za>
In-reply-to
Content
I apologize. This example evolved from my attempt to simplify things
from the actual code, and I oversimplified to the point where I misread
the 2to3 results. I thought there was a space after the period for the
modules without the underscores in their name but obviously there
wasn't. In the original results there were a lot of "from . import
modulename" and while experimenting with my examples I carelessly
confused the import of an entire module with the import of a name or *
from a module. Sorry for the bother. (There really was a problem with
the code that read "from .modulename import *", but of course it wasn't
that a space was missing after the period.)
History
Date User Action Args
2009-05-27 23:55:13MLModelsetrecipients: + MLModel, benjamin.peterson
2009-05-27 23:55:13MLModelsetmessageid: <1243468513.48.0.897565947926.issue6125@psf.upfronthosting.co.za>
2009-05-27 23:55:11MLModellinkissue6125 messages
2009-05-27 23:55:11MLModelcreate