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 ncoghlan
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan, pje
Date 2013-10-30.02:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7ch3KAA2ShRCifnQcaXBW7BW-TF1676ha5p+V4uKWHf-w@mail.gmail.com>
In-reply-to <1383086460.21.0.449227959209.issue19413@psf.upfronthosting.co.za>
Content
Just had a thought on a possible functional test case:
- write a module file
- load it
- check for expected attributes
- move it from name.py to name/__init__.py
- reload it
- check for new expected attributes
History
Date User Action Args
2013-10-30 02:56:37ncoghlansetrecipients: + ncoghlan, brett.cannon, pje, Arfrever, eric.snow
2013-10-30 02:56:37ncoghlanlinkissue19413 messages
2013-10-30 02:56:37ncoghlancreate