diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-05-31 07:39:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 07:39:47 (GMT) |
commit | 14a0e16c8805f7ba7c98132ead815dcfdf0e9d33 (patch) | |
tree | 61218c9101386ee2ce9eaab2a226be191e5950b6 /Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst | |
parent | 65fb2c08c0d66fcf96fb1eb06270feadec830866 (diff) | |
download | cpython-14a0e16c8805f7ba7c98132ead815dcfdf0e9d33.zip cpython-14a0e16c8805f7ba7c98132ead815dcfdf0e9d33.tar.gz cpython-14a0e16c8805f7ba7c98132ead815dcfdf0e9d33.tar.bz2 |
bpo-36548: Improve the repr of re flags. (GH-12715)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-07-14-30-10.bpo-36548.CJQiYw.rst | 1 |
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. |