[issue7957] Tutorial issue regarding the sys module

Lucian Ursu report at bugs.python.org
Thu Feb 18 15:58:27 CET 2010


New submission from Lucian Ursu <lucian_ursu at yahoo.com>:

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

----------
assignee: georg.brandl
components: Documentation
messages: 99510
nosy: LucianU, georg.brandl
severity: normal
status: open
title: Tutorial issue regarding the sys module
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7957>
_______________________________________


More information about the Python-bugs-list mailing list