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 Big Stone
Recipients Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-16.14:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487254934.54.0.31575158753.issue29578@psf.upfronthosting.co.za>
In-reply-to
Content
If I place a blank line or a semi-column, nothing happen.
If i put my relative path ..\test, then I must do "import t1"
If I set a __path__ in t2.py, then I have to do "from . import t1"

"There should be one-- and preferably only one --obvious way to do it.", but I don't clearly see it.
History
Date User Action Args
2017-02-16 14:22:14Big Stonesetrecipients: + Big Stone, paul.moore, tim.golden, zach.ware, steve.dower
2017-02-16 14:22:14Big Stonesetmessageid: <1487254934.54.0.31575158753.issue29578@psf.upfronthosting.co.za>
2017-02-16 14:22:14Big Stonelinkissue29578 messages
2017-02-16 14:22:14Big Stonecreate