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 tim.peters
Recipients Sergey.Kirpichev, rhettinger, tim.peters
Date 2018-05-28.15:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527521484.01.0.682650639539.issue32832@psf.upfronthosting.co.za>
In-reply-to
Content
You missed my point about IPython:  forget "In/Out arrays, etc".  What you suggest is inadequate for _just_ changing PS1/PS2 for IPython.  Again, read their `parse()` function.  They support _more than one_ set of PS1/PS2 conventions.  So the code changes you suggest wouldn't help them.  So long as they want to support more than one set, they'd still have to write their own `parse()` function just to deal with multiple PS1/PS2 conventions.

For the rest, it's not the number of people using non-CPython shells that's rare, but the number _of_ non-CPython shells.  IPython is popular, they already solved their problem, and the patch wouldn't help them anyway.  Who would it help?

I don't take "a plain CPython shell with customized ps1/ps2" seriously because, as I said, after some decades now I still don't know of anyone who does that (granting that newbies sometimes try it, go 'ha! ha! - cool!", and never try it again).  If any such people exist, I would oppose changing doctest just for them, because the _point_ of doctest is to help write easily understood tests.  Catering to changing shell syntax in random ways opposes that goal - programming is a social activity.

So, sorry, but I remain opposed.  Something that might change my mind:  find an author of a widely used alternative Python shell who says this change would allow them to _remove_ their own doctest-PS1/PS2 customization code.  That would be a real use case.
History
Date User Action Args
2018-05-28 15:31:24tim.peterssetrecipients: + tim.peters, rhettinger, Sergey.Kirpichev
2018-05-28 15:31:24tim.peterssetmessageid: <1527521484.01.0.682650639539.issue32832@psf.upfronthosting.co.za>
2018-05-28 15:31:23tim.peterslinkissue32832 messages
2018-05-28 15:31:23tim.peterscreate