merge 3.3 (#17625)
This commit is contained in:
commit
4d34bae217
|
@ -123,6 +123,7 @@ class ReplaceDialog(SearchDialogBase):
|
||||||
text.undo_block_stop()
|
text.undo_block_stop()
|
||||||
if first and last:
|
if first and last:
|
||||||
self.show_hit(first, last)
|
self.show_hit(first, last)
|
||||||
|
self.close()
|
||||||
|
|
||||||
def do_find(self, ok=0):
|
def do_find(self, ok=0):
|
||||||
if not self.engine.getprog():
|
if not self.engine.getprog():
|
||||||
|
|
|
@ -27,6 +27,8 @@ Core and Builtins
|
||||||
|
|
||||||
- Use the HTTPS PyPI url for upload, overriding any plain HTTP URL in pypirc.
|
- Use the HTTPS PyPI url for upload, overriding any plain HTTP URL in pypirc.
|
||||||
|
|
||||||
|
- Issue #17625: In IDLE, close the replace dialog after it is used.
|
||||||
|
|
||||||
- Issue #16795: On the ast.arguments object, unify vararg with varargannotation
|
- Issue #16795: On the ast.arguments object, unify vararg with varargannotation
|
||||||
and kwarg and kwargannotation. Change the column offset of ast.Attribute to be
|
and kwarg and kwargannotation. Change the column offset of ast.Attribute to be
|
||||||
at the attribute name.
|
at the attribute name.
|
||||||
|
|
Loading…
Reference in New Issue