diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-10-01 02:04:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-10-01 02:04:28 (GMT) |
commit | bc4ece5775acfd56e09ee074a68f1fd379a1d238 (patch) | |
tree | 30228d0373f30b4642249773ace9b7eb27bfc946 /Misc | |
parent | bc4a834bd5110c4171c03c255c61864a7c3d97fe (diff) | |
download | cpython-bc4ece5775acfd56e09ee074a68f1fd379a1d238.zip cpython-bc4ece5775acfd56e09ee074a68f1fd379a1d238.tar.gz cpython-bc4ece5775acfd56e09ee074a68f1fd379a1d238.tar.bz2 |
allow longs as indexes to group() (closes #22530)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Core and Builtins Library ------- +- Issue #22530: Allow the ``group()`` method of regular expression match objects + to take a ``long`` as an index. + - Issue #22517: When a io.BufferedRWPair object is deallocated, clear its weakrefs. |