Message150154
| 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:42 | Ramchandra Apte | set | recipients: + Ramchandra Apte |
| 2011-12-23 11:45:42 | Ramchandra Apte | set | messageid: <1324640742.58.0.860347532783.issue13657@psf.upfronthosting.co.za> |
| 2011-12-23 11:45:42 | Ramchandra Apte | link | issue13657 messages |
| 2011-12-23 11:45:41 | Ramchandra Apte | create | |