[issue7957] Tutorial issue regarding the sys module

Ronald Oussoren report at bugs.python.org
Thu Feb 18 16:28:43 CET 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

That's odd, they should exist and do for me:

Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.ps1
'>>> '
>>> sys.ps2
'... '
>>>

----------
nosy: +ronaldoussoren

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


More information about the Python-bugs-list mailing list