mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| _fix.py | ||
| colorchooser.py | ||
| commondialog.py | ||
| constants.py | ||
| dialog.py | ||
| dnd.py | ||
| filedialog.py | ||
| font.py | ||
| messagebox.py | ||
| scrolledtext.py | ||
| simpledialog.py | ||
| tix.py | ||
| ttk.py | ||