diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-23 20:42:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-23 20:42:43 (GMT) |
commit | 5c24d0e504f9271ee095f706b493566ec0162879 (patch) | |
tree | dfd3af4fb8e193f3c0780fab3daef24a4beb182d /Misc/NEWS | |
parent | c1207c1bcf732bc3e9c8875cfb0343af98ebc41c (diff) | |
download | cpython-5c24d0e504f9271ee095f706b493566ec0162879.zip cpython-5c24d0e504f9271ee095f706b493566ec0162879.tar.gz cpython-5c24d0e504f9271ee095f706b493566ec0162879.tar.bz2 |
Issue #13592: Improved the repr for regular expression pattern objects.
Based on patch by Hugo Lopes Tavares.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ Core and Builtins Library ------- +- Issue #13592: Improved the repr for regular expression pattern objects. + Based on patch by Hugo Lopes Tavares. + - Issue #19641: Added the audioop.byteswap() function to convert big-endian samples to little-endian and vice versa. |