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 LucianU
Recipients LucianU, georg.brandl
Date 2010-02-18.14:58:25
SpamBayes Score 0.018052123
Marked as misclassified No
Message-id <1266505107.41.0.314960086696.issue7957@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I've discovered an issue while reading the Python tutorial. In chapter 6.2. "Standard Modules", the tutorial mentions the "sys" module and two of its attributes, ps1='<<<' and ps2='...'. The problem is I can't find these attributes in my version of Python (2.6.4.) when I do "dir(sys)". Have these attributes been deprecated but not removed from the tutorial yet?
Thank you for your time.
Lucian
History
Date User Action Args
2010-02-18 14:58:27LucianUsetrecipients: + LucianU, georg.brandl
2010-02-18 14:58:27LucianUsetmessageid: <1266505107.41.0.314960086696.issue7957@psf.upfronthosting.co.za>
2010-02-18 14:58:26LucianUlinkissue7957 messages
2010-02-18 14:58:25LucianUcreate