[Python-checkins] cpython (merge 3.4 -> default): Add Idle news entries.

Terry Reedy tjreedy at udel.edu
Tue Jun 17 03:21:39 CEST 2014


On 6/16/2014 7:27 PM, terry.reedy wrote:
> http://hg.python.org/cpython/rev/a82d7e028458
> changeset:   91228:a82d7e028458
> parent:      91225:1b3a5d63521c
> parent:      91227:b58a80a44909
> user:        Terry Jan Reedy <tjreedy at udel.edu>
> date:        Mon Jun 16 19:26:56 2014 -0400
> summary:
>    Add Idle news entries.
>
> files:
>    Misc/NEWS |  9 +++++++++
>    1 files changed, 9 insertions(+), 0 deletions(-)
>
>
> diff --git a/Misc/NEWS b/Misc/NEWS
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -499,6 +499,15 @@
>   IDLE
>   ----
>
> +- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
> +  Heblikar.
> +
> +- Issue #12387: Add missing upper(lower)case versions of default Windows key
> +  bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
> +
> +- Issue #21695: Closing a Find-in-files output window while the search is
> +  still in progress no longer closes Idle.
> +
>   - Issue #18910: Add unittest for textView. Patch by Phil Webster.
>
>   - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.

I am pushing Idle news items separately, in batches, because hg (3.0+3 
on Windows) cannot currently merge them from 3.4 to default. I suspect 
the line offset is greater than its normal fuzz factor. In any case, hg 
creates phantom conflicts and inserts merge markers in seemingly random 
locations including chunks of other code. So this is really a null merge 
(revert to local) followed by a manual copy, paste, and save.

tjr



More information about the Python-checkins mailing list