On 5/18/2018 7:40 AM, Alferdize wrote:
-- Forwarded message --
From: Alferdize
Date: Thu, May 17, 2018 at 10:13 PM
Subject: sys module does not contain ps1
To: python-list@python.org
It is giving error like I have given below
import sys
sys.ps1
Traceback (most recent call las
On Sat, May 19, 2018 at 2:51 AM, MRAB wrote:
> I have the same version (Python 3.7.0b3). Here, sys has 'ps1' and 'ps2', but
> not 'last_traceback', 'last_type' or 'last_value'.
They aren't there till they're needed:
$ python3
Python 3.8.0a0 (heads/literal_eval-exception:ddcb2eb331, Feb 21 2018,
On 2018-05-18 12:40, Alferdize wrote:
-- Forwarded message --
From: Alferdize
Date: Thu, May 17, 2018 at 10:13 PM
Subject: sys module does not contain ps1
To: python-list@python.org
It is giving error like I have given below
import sys
sys.ps1
Traceback (most recent call last
-- Forwarded message --
From: Alferdize
Date: Thu, May 17, 2018 at 10:13 PM
Subject: sys module does not contain ps1
To: python-list@python.org
It is giving error like I have given below
>>> import sys
>>> sys.ps1
Traceback (most recent call last):
File "", line 1, in
sys.