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 terry.reedy
Recipients ezio.melotti, mrabarnett, serhiy.storchaka, terry.reedy
Date 2017-05-07.19:36:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494185787.32.0.776901022367.issue30299@psf.upfronthosting.co.za>
In-reply-to
Content
The new output is the blank line and numbered lines, produced by the new dis function.

The addition is specific to CPython's re module.  Thus the doc for re.DEBUG remains "Display debug information about compiled expression."  I think that the NEWS entry should also mention that this is a cpython-specific enhancement and not a language change.  See review note.
History
Date User Action Args
2017-05-07 19:36:27terry.reedysetrecipients: + terry.reedy, ezio.melotti, mrabarnett, serhiy.storchaka
2017-05-07 19:36:27terry.reedysetmessageid: <1494185787.32.0.776901022367.issue30299@psf.upfronthosting.co.za>
2017-05-07 19:36:27terry.reedylinkissue30299 messages
2017-05-07 19:36:27terry.reedycreate