-
Notifications
You must be signed in to change notification settings - Fork 317
Problems with some characters: [ ] { } ... #1606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's a python-3.13.3 issue... when launched from a dos console |
The issue was raised on cpython, already resolved I think on 3.14.0b1. |
Maybe it was OK on python-3.13.2 , also |
fix for upcoming python-3.13.4: python/cpython#133460 issue was raised April 13th 2025 (only): python/cpython#132439 |
Dear stonebig,
Anyway, it’s not a big problem for now: I’ll simply download an older version and wait for 3.14. |
You are right, impossible to get it working... shame... so let see, just 7 lines to adjust... in your \python\Lib_pyrepl.py: I'll do that for b2, but you may two... check lines with
|
waiting 15 days bugs me |
Congratulations :-) |
NOT FULLY resolved in b2, binaries at: |
well a=[ 1, 2] works, but not copy/paste of code |
So the "hammer" way WAS, is, to just copy from cpython-3.13 branch the inside Trying to be smart was stupid you can download at the same _pyrepl place all the 7 filesmodified since less than 2 month from https://github.com/python/cpython/tree/3.13/Lib/_pyrepl It works, did check on the copy/past of sudoku code in the console proofing |
Wow! When I opened the issue, I didn’t think I’d end up keeping you up at night! :-D |
nevertheless, copy.paste is wayyyy faster in 3.14 console... so it fixes but it's slow:
|
this is were you see there is way more WORKFORCE than before in cpython |
in 3.13.1 , the copy paste WAS also that slow... and NOT WORKING. so:
... feeling less stupid, but it was still not smart |
also, current REPL in 3.14 b1:
|
the slowness of REPL on copy/past was raised in february... python/cpython#130328 |
as I was already faster when I took the 3.14, I suppose it comes from this that already speed-up things python/cpython#133247 |
no backport for the slowness problem .... so 3.13 will remain with ptpython when available. ptpython (and jedi) was a giant leap forward, I hope more of it will integrate the standard over time
|
Uh oh!
There was an error while loading. Please reload this page.
Dear all,
I am getting mad how to figure this out.
Windows 11, Winpython64-3.13.3.0dot.7z.
I run "WinPython Command Prompt.exe".
At the prompt, with my Italian keyboard, I get:
"[" with "Alt Gr" + "è"
"]" with "Alt Gr" + "+"
"{" with "Alt Gr" + "Shift" + "è"
etc
I also get these characters and others with the usual sequences "Alt"+number keyboard, such as "Alt"+1,2,5 for "}", etc
I now enter python's shell by calling "python".
None of these sequences or key combination works anymore:
"Alt Gr" + "è" gives nothing but if I repeat it I get "["
"Alt Gr" + "+" gives nothing
If I want "]" I can do "Alt Gr" + "è" followed by "Alt Gr" + "+"
If I want "{" I can do "Alt Gr" + "è" followed by "Shift" + "Alt Gr" + "è"
If I want "}" I can do "Alt Gr" + "è" followed by "Shift" + "Alt Gr" + "+"
This happens only within python.
What is also strange is that I tried another portable python for Windows, with the same absurd result.
Edit: it also happens with an installable version.
Any hint?
Thanks
Giorgio
giorgio.denunzio@unisalento.it
The text was updated successfully, but these errors were encountered: