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 ronaldoussoren
Recipients LucianU, georg.brandl, ronaldoussoren
Date 2010-02-18.15:28:40
SpamBayes Score 3.6638212e-06
Marked as misclassified No
Message-id <1266506923.07.0.885997939933.issue7957@psf.upfronthosting.co.za>
In-reply-to
Content
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
'... '
>>>
History
Date User Action Args
2010-02-18 15:28:43ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, LucianU
2010-02-18 15:28:43ronaldoussorensetmessageid: <1266506923.07.0.885997939933.issue7957@psf.upfronthosting.co.za>
2010-02-18 15:28:40ronaldoussorenlinkissue7957 messages
2010-02-18 15:28:40ronaldoussorencreate