[issue37635] Using constant for whence arg in seek()

2019-07-26 Thread Kyle Stanley
Kyle Stanley added the comment: Upon further consideration, I think that it would be best to leave the code examples as is in the "inputoutput" tutorial, but it still be worth mentioning that the constants exist as alternatives. This is due to adding the additional step of &quo

[issue37635] Using constant for whence arg in seek()

2019-07-26 Thread Kyle Stanley
Kyle Stanley added the comment: Clarification: By "latest commit" should be "oldest commit" with regards to the oldest commit in GitHub's history of the section of the "inputouput" tutorial that use

[issue37635] Using constant for whence arg in seek()

2019-07-26 Thread Kyle Stanley
Kyle Stanley added the comment: > I don't know. "whence" is the official name of the argument in the POSIX API > Perhaps "from_what" is assumed to be more understandable by the average > reader? >From looking at the blame on GitHub, it looks like the use

[issue37684] list.extend docs inaccurate

2019-07-26 Thread Kyle Stanley
Kyle Stanley added the comment: Upon further consideration, I think the code example suggestion I made using the interpreter could be in a separate PR or issue and doesn't have to replace the the current "Equivalent to ..." portion. I'll open a separate PR for that (whi

[issue37685] Fix equality checks for some types

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: > Serhiy: Is there a reason not to use the functools.total_ordering decorator > on TimerHandle, so you can get rid of __le__/__ge__/__gt__ rather than fixing > them > individually? I strongly agree with this suggestion, unless there's som

[issue37693] IDLE: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
New submission from Kyle Stanley : In the most recent development version of Python 3.9, when opening the file selection menu through File > Open (or Ctrl-o) in the IDLE, the file names are hidden. Clicking once on each of the icons or the areas in front of them can make the names visi

[issue37693] IDLE: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: Was unable to attach both files to the first comment, here's the second one of the "Open" menu after clicking a few icons. -- Added file: https://bugs.python.org/file48510/bpo-idle-open-menu-1.png ___

[issue37693] IDLE: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: Since the names are still there in the screenshots but slightly grayed out, it may have to do with my local font settings. If so, an easy solution to this would be using an override for the IDLE instead of relying the local themes. I can't what prac

[issue37693] IDLE: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: Corrections: "I can't what practical" => "I can't imagine what practical..." (PS: Definitely looking forward to the full move from bpo to github. Being able to copy-paste temporary image files and

[issue37693] IDLE: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Change by Kyle Stanley : -- assignee: -> terry.reedy components: +IDLE nosy: +taleinat, terry.reedy ___ Python tracker <https://bugs.python.org/issu

[issue37628] IDLE: Fix Font sample (config dialog) geometry

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: After PR-14958 was merged, I tested the latest development version of CPython on Arch Linux 5.2.3 and I can confirm that the "Settings" window no longer scales past the edge of the screen. Instead, the window size remains fixed and the scroll area d

[issue37628] IDLE: Fix Font sample (config dialog) geometry

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: Correction: By "scroll the list of fonts" I meant that I went through all of them by holding the down arrow from the top of the list (Adobe Courier - Z003), scrolling through the list wouldn't accomplish anything. I did that starting with a fon

[issue37693] IDLE/Tkinter: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: > What is a 'DE'? DE stands for Desktop Environment, usually they come with a number of packages (mainly GUI) such as window managers, login managers, toolbars, theming, etc. Some of the popular ones include Gnome, Plasma, Mate and LXDE. Usu

[issue37693] Tkinter: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Change by Kyle Stanley : -- nosy: +gpolo title: IDLE/Tkinter: File names are hidden in "Open" menu (Linux) -> Tkinter: File names are hidden in "Open" menu (Linux) ___ Python tracker <https://

[issue37693] Tkinter: File names are hidden in "Open" menu (Linux)

2019-07-27 Thread Kyle Stanley
Kyle Stanley added the comment: > gpolo should be removed or marked inactive as he has not responded in several > years. Oh okay, good to know. I'm currently working on an issue to add github usernames to the experts list, so I'll see if I can mark him as inactive as well.

[issue21261] Teach IDLE to Autocomplete dictionary keys

2019-08-07 Thread Kyle Stanley
Kyle Stanley added the comment: > I have not yet thoroughly tested it though, and would like some feedback on > it. I performed some testing on Linux and it looks good as far as I can tell. I added a few minor suggestions, but the auto-complete seems to be functioning as d

<    1   2   3   4   5