New submission from Harrison Chudleigh
:
The search bar is missing from docs.python.org, probably as a result of a minor
error in the webpage. This is a quite recent change, as the search bar is still
there in a web.archive.org snapshot from the 13th of September (last week).
Could someone
Change by Harrison Chudleigh :
--
type: -> crash
___
Python tracker
<https://bugs.python.org/issue34708>
___
___
Python-bugs-list mailing list
Unsubscrib
Harrison Chudleigh added the comment:
Edit: I checked Python 3.4 (Windows XP SP3). It hangs in the same way as Python
3.6/3.7.
--
___
Python tracker
<https://bugs.python.org/issue34
New submission from Harrison Chudleigh
:
If sys is imported and sys.stdout.shell.console is typed, IDLE does not return
to the prompt. Ctrl-C has no effect and after a restart with Ctrl-F6, IDLE does
not react after a command is typed in. This also occurs when other variables
such as
New submission from Harrison Chudleigh:
When pressing Alt-E, Alt-I, Alt-N and Alt-U to create special characters in
IDLE (the diacritics ´,ˆ,˜and¨) the program crashed.
--
components: IDLE
messages: 267590
nosy: Harrison Chudleigh
priority: normal
severity: normal
status: open
title
New submission from Harrison Chudleigh:
When working on my program (the same one where I found Issue 27192), I tried
adding keyboard shortcuts. I discovered that Tkinter doe not register the keys
Alt, Command, Control, Fn, Shift and Caps Lock on a Mac.
--
components: Macintosh
New submission from Harrison Chudleigh:
When trying to add keys to my program, I noticed that using the shortcuts
Alt-e, Alt-i, Alt-n and Alt-u caused IDLE to consistently crash. No odd
behavior was observed with the corresponding capital letters.
--
components: Macintosh
messages