summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-05-31 07:39:47 (GMT)
committerGitHub <noreply@github.com>2019-05-31 07:39:47 (GMT)
commit14a0e16c8805f7ba7c98132ead815dcfdf0e9d33 (patch)
tree61218c9101386ee2ce9eaab2a226be191e5950b6 /Misc
parent65fb2c08c0d66fcf96fb1eb06270feadec830866 (diff)
downloadcpython-14a0e16c8805f7ba7c98132ead815dcfdf0e9d33.zip
cpython-14a0e16c8805f7ba7c98132ead815dcfdf0e9d33.tar.gz
cpython-14a0e16c8805f7ba7c98132ead815dcfdf0e9d33.tar.bz2
bpo-36548: Improve the repr of re flags. (GH-12715)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst b/Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst
new file mode 100644
index 0000000..e72bb91
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst
@@ -0,0 +1 @@
+Improved the repr of regular expression flags.