[issue41859] Uncaught ValueError

2020-10-20 Thread Terry J. Reedy
Change by Terry J. Reedy : Removed file: https://bugs.python.org/file49480/debian-desktop.png ___ Python tracker ___ ___ Python-bugs-list

[issue41859] Uncaught ValueError

2020-10-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -patanjalisutra666 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41859] Uncaught ValueError

2020-10-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg377737 ___ Python tracker ___ ___ Python-bugs-list

[issue41859] Uncaught ValueError

2020-09-30 Thread Patricia Timmers
Patricia Timmers added the comment: JRequest Id: 74c342d8-c8af-46fe-a488-837736590d01 Correlation Id: 79fac27b-d04d-4597-9bfd-ee7624927c4e Timestamp: 2020-10-01T04:53:13Z Message: AADSTS750054: SAMLRequest or SAMLResponse must be present as query string parameters in HTTP request for SAML

[issue41859] Uncaught ValueError

2020-09-30 Thread Raymond Hettinger
Raymond Hettinger added the comment: I don't have a reproducer. The event occurred one in a full-day session. I don't get a completion box. -- ___ Python tracker ___

[issue41859] Uncaught ValueError

2020-09-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Reports with a reproducer are also helpful. Again, can you get a completion box at all? -- ___ Python tracker ___

[issue41859] Uncaught ValueError

2020-09-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Windows, the only key I found that closed the completion box via keyrelease_event is Left Arrow. If I explicitly caught that, the method might not be needed on Windows. Next I will look at the triplets list and how something might be missing or deleted

[issue41859] Uncaught ValueError

2020-09-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: > What python binary? This is from the 64-bit macOS build on python.org: $ python3.9 Python 3.9.0rc2 (v3.9.0rc2:2bd31b5fde, Sep 16 2020, 20:19:18) [Clang 6.0 (clang-600.0.57)] on darwin Thanks for looking into this :-) Let me know if filing

[issue41859] Uncaught ValueError

2020-09-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I presume that at some point you got a completion box. It disappeared with this traceback and when >>> appeared, you continued. What python binary? 3.8.5? 3.8.6? My diagnosis so far. __call__ is a method in CallWrapper. The wrapped func is

[issue41859] Uncaught ValueError

2020-09-24 Thread Raymond Hettinger
New submission from Raymond Hettinger : I found this in today's long running shell session. The trigger event isn't known. Exception in Tkinter callback Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/__init__.py", line