[Idle-dev] 回复: [BUG]: Can not save anything on IDLE since v3.8.4!!

2020-07-23 Thread Eason Zhang
Hi TJReedy, Thanks for your response. You can watch below two videos that you will know how bug comes. Video1 (No bug on v3.8.3): https://www.screencast.com/users/lonlon29/folders/Default/media/a0626e93-2c1c-4921-9560-955eb6111466 Video2(Bug was found on v3.8.5): https://www.screencast.com/t/x

[Idle-dev] 回复: [BUG]: Can not save anything on IDLE since v3.8.4!!

2020-07-23 Thread Eason Zhang
Hi Terry, Thanks for response again. I tried to create a new file with "File => New" on 3.8.5. It's true that can be saved as usual. I will take this advice for temporarily. Sorry for the inconvenience as you don't know Chinese. I just used numbers, English characters and Chinese characters t

Re: [Idle-dev] [BUG]: Can not save anything on IDLE since v3.8.4!!

2020-07-23 Thread Terry Reedy
On 7/23/2020 6:53 AM, Eason Zhang wrote: As you mentioned that this fix will be released on 3.9.0 or later version, isn't it ? 3.9.0rc1 (release candidate 1) is due August 10. The issue is https://bugs.python.org/issue41373. -- Terry Jan Reedy ___