[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2019-03-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 30e563e2702e by Terry Jan Reedy in branch '3.5': Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. https://hg.python.org/cpython/rev/30e563e2702e -- ___ Python tracker

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-25 Thread Larry Hastings
Larry Hastings added the comment: If this is fixed, and resolved, why is it still open? Closing. -- status: open -> closed ___ Python tracker ___ ___

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset cbc6407fa393 by Terry Jan Reedy in branch '2.7': Issue #27365: Add blank lines. to 2.7 test_editmenu https://hg.python.org/cpython/rev/cbc6407fa393 -- ___ Python tracker

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: As a practical matter, I have no plans to backport except in exceptional cases. If the regression had only affected 3.6, I would have left 2.7 and 3.5 alone. -- ___ Python tracker

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Larry Hastings
Larry Hastings added the comment: You speak confidently, for a guy who hasn't seen any sort of schedule from the 3.5 RM. :-O After 3.6 comes out, I expect 3.5 to get one more "bug fix" release. And *then* it will transition to "security fixes only" mode. Six months is the absolute minimum,

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: No, it ends with the last 3.5 maintenance release in about 6 months. When I did it right, as in #27245, which was otherwise a clean single file merge, there was no problem and it took at most an extra 30 seconds. I know what I did wrong this time, starting w

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Is this dance with renaming forever? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Suspicion wrong. idle_test and hand tests pass. Larry, I am done with this. I left it open until you are also. -- resolution: -> fixed stage: test needed -> resolved ___ Python tracker

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 33769ce40b47 by Terry Jan Reedy in branch 'default': Issue #27365: Finish merge so tests pass. https://hg.python.org/cpython/rev/33769ce40b47 -- ___ Python tracker ___

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Because of the case conflict I did not notice soon enough, the rest of the patch and merge did not go well and I got this test test_idle crashed -- Traceback (most recent call last): File "F:\Python\dev\36\lib\test\libregrtest\runtest.py", line 180, in runte

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 49323bb44229 by Terry Jan Reedy in branch 'default': Issue #27365: revert temporary rename https://hg.python.org/cpython/rev/49323bb44229 -- ___ Python tracker __

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3a122d0e4187 by Terry Jan Reedy in branch 'default': Issue #27365: add chunk https://hg.python.org/cpython/rev/3a122d0e4187 -- ___ Python tracker _

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 54dde0cb10f9 by Terry Jan Reedy in branch 'default': Issue #27365: revert temporary rename https://hg.python.org/cpython/rev/54dde0cb10f9 New changeset be0dec826982 by Terry Jan Reedy in branch 'default': Issue #27365: add chunk https://hg.python.o

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5ee1e5c1ac0 by Terry Jan Reedy in branch '3.5': Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. https://hg.python.org/cpython/rev/d5ee1e5c1ac0 New changeset e7ecad98a785 by Terry Jan Reedy in branch 'default': Issue #27365

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: 783dfd77e4c1 is the one to pick for 3.5, then null merge if you merge to 3.6. -- ___ Python tracker ___

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 783dfd77e4c1 by Terry Jan Reedy in branch '3.5': Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. https://hg.python.org/cpython/rev/783dfd77e4c1 New changeset b8926908d2a0 by Terry Jan Reedy in branch 'default': Issue #273

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: I was wondering if splitting the patch would be better. Shelve makes it easy. -- ___ Python tracker ___ ___

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: I should mention that I have separate 3.5 and 3.6 patches because I know that the merge will not work. -- ___ Python tracker ___ __

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-22 Thread Larry Hastings
Larry Hastings added the comment: If the diff is literally changing two lines, I'll accept it. Guido relaxed the rules for IDLE changes. If it breaks something it's on *your* head ;-) Please just check it in normally. Either I'm going to use hg to cherry-pick the changes for 3.5.2 final, or

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45d4cea97b04 by Benjamin Peterson in branch '2.7': fix idle about dialog #27365 https://hg.python.org/cpython/rev/45d4cea97b04 -- nosy: +ned.deily, python-dev ___ Python tracker

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file43502/idle-news.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: Larry, there is a slight reversion in 3.5.2rc that I think should be fixed: idlelib/NEWS.txt will not display from About IDLE dialog because it had a couple of non-ascii chars. idle_news-35.diff has the full patch. A minimal fix for 3.5.2 final would consist

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : Added file: http://bugs.python.org/file43504/idle-news-36.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : Added file: http://bugs.python.org/file43503/idle-news-27.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch Added file: http://bugs.python.org/file43502/idle-news.diff ___ Python tracker ___ ___

[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

2016-06-21 Thread Terry J. Reedy
New submission from Terry J. Reedy: A month ago, for 3.5 and 3.6, I added a test file by Westley Martínez (note accent on i) and then his name into Misc/NEWS and idlelib/NEWS.txt. As a result, the latter will not display when the button on About IDLE is clicked. Instead, a UnicodeDecodeError