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 kaizhu
Recipients kaizhu
Date 2009-07-17.23:12:33
SpamBayes Score 3.858377e-05
Marked as misclassified No
Message-id <1247872356.4.0.582009817211.issue6504@psf.upfronthosting.co.za>
In-reply-to
Content
recursion also goes away if we open as raw bytes: open("foo.txt", "rb"). modes "r+" & "w" also give infinite recursion, while "rb+" & "wb" do not.

note found another bug:
instance method find_module should raise exception anyway, since its 
class was uninstantiated in sys.meta_path (proper behavior in python2.6)
History
Date User Action Args
2009-07-17 23:12:36kaizhusetrecipients: + kaizhu
2009-07-17 23:12:36kaizhusetmessageid: <1247872356.4.0.582009817211.issue6504@psf.upfronthosting.co.za>
2009-07-17 23:12:33kaizhulinkissue6504 messages
2009-07-17 23:12:33kaizhucreate