New submission from Matt Morrison:
I've been building Python 3 from source on Linux for a long time (at least
since 3.2 days), and I honestly can't remember if this has happened before 3.6
or not, which is why I'm only tagging this 3.6.
Basically, when running 'make inst
New submission from Matt Morrison:
In the Regular Expressions HOWTO
(https://docs.python.org/3/howto/regex.html#performing-matches,
Doc/howto/regex.rst), there is the following paragraph:
=
You can learn about this by interactively experimenting with the :mod:`re`
module. If you have