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 Ramchandra Apte
Recipients Ramchandra Apte
Date 2011-12-23.11:45:41
SpamBayes Score 4.5902107e-05
Marked as misclassified No
Message-id <1324640742.58.0.860347532783.issue13657@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE doesn't support nor set sys.ps1 and sys.ps2.
>>> sys.ps1
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    sys.ps1
AttributeError: 'module' object has no attribute 'ps1'
>>> sys.ps1 = "Test " #The next prompt doesn't start with Test
>>>
History
Date User Action Args
2011-12-23 11:45:42Ramchandra Aptesetrecipients: + Ramchandra Apte
2011-12-23 11:45:42Ramchandra Aptesetmessageid: <1324640742.58.0.860347532783.issue13657@psf.upfronthosting.co.za>
2011-12-23 11:45:42Ramchandra Aptelinkissue13657 messages
2011-12-23 11:45:41Ramchandra Aptecreate