Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2114)

#14777: Tkinter clipboard_get() decodes characters incorrectly

Can't Edit
Can't Publish+Mail
Start Review
Created:
1 year ago by takowl
Modified:
1 year ago
Reviewers:
storchaka
CC:
loewis, terry.reedy, ned.deily, asvetlov, devnull_psf.upfronthosting.co.za, Thomas Kluyver, storchaka
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 #

Total comments: 1

Patch Set 3 #

Patch Set 4 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
Lib/tkinter/__init__.py View 3 chunks +26 lines, -2 lines 0 comments Download

Messages

Total messages: 4
storchaka
http://bugs.python.org/review/14777/diff/4886/17444 File Lib/tkinter/__init__.py (right): http://bugs.python.org/review/14777/diff/4886/17444#newcode551 Lib/tkinter/__init__.py:551: and self.tk.call(('tk', 'windowingsystem')) == 'x11': I think `self.tk.call(('tk', 'windowingsystem'))` ...
1 year ago #1
Thomas Kluyver
At the module level, or as an attribute of the object? It's not entirely trivial ...
1 year ago #2
storchaka
http://bugs.python.org/review/14777/diff/4904/17877 File Lib/tkinter/__init__.py (right): http://bugs.python.org/review/14777/diff/4904/17877#newcode644 Lib/tkinter/__init__.py:644: return self.tk.call(('clipboard', 'get') + self._options(kw)) 'selection'
1 year ago #3
Thomas Kluyver
1 year ago #4
On 2012/05/13 22:58:40, storchaka wrote:
> 'selection'

Good catch.
Sign in to reply to this message.

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7