New submission from Lucian Ursu <lucian_u...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7957> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com