➜

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.

作者 benjamin.peterson
收信人 benjamin.peterson, brett.cannon, fdrake
日期 2008-09-11.22:07:56
SpamBayes Score 1.1166956e-07
Marked as misclassified 否
Message-id <1221170878.27.0.504339236012.issue586680@psf.upfronthosting.co.za>
In-reply-to
内容
Note that this does cause incompatibility between development copies and
installed copies:

$ python -S -c "import itertools; print itertools"
<module 'itertools' from ...>

$ ./python -S -c "import itertools; print itertools"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named itertools
历史
日期 用户 动作 参数
2008-09-11 22:07:58benjamin.peterson修改recipients: + benjamin.peterson, fdrake, brett.cannon
2008-09-11 22:07:58benjamin.peterson修改messageid: <1221170878.27.0.504339236012.issue586680@psf.upfronthosting.co.za>
2008-09-11 22:07:56benjamin.peterson链接issue586680 messages
2008-09-11 22:07:56benjamin.peterson创建