Why does sys.flags have both .interactive and .inspect?

Aug. 23, 2015
8:30 p.m.
The sys.flags structure has both .interactive and .inspect for when python is run with -i. I cannot figure out a way to make one 'True' and the other 'False'. Are they both needed? Can one be removed? If they cannot be removed, and they can indeed be different values, can it be documented what the difference between them is?

August 2015
9:20 p.m.
New subject: Why does sys.flags have both .interactive and .inspect?
On 2015-08-23 19:30, Alexander Walters wrote:
Here's an answer on StackOverflow: http://stackoverflow.com/questions/1145428/difference-between-inspect-and-in...

August 2015
9:20 p.m.
New subject: Why does sys.flags have both .interactive and .inspect?
On 2015-08-23 19:30, Alexander Walters wrote:
Here's an answer on StackOverflow: http://stackoverflow.com/questions/1145428/difference-between-inspect-and-in...
3496
Age (days ago)
3496
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexander Walters
-
MRAB