Changes between Version 1 and Version 2 of Ticket #2549, comment 2
- Timestamp:
- 01/14/20 02:25:16 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2549, comment 2
v1 v2 1 1 Replying to [comment:1 Antoine Martin]: 2 > > TypeError: sequence item 0: expected str instance, tuple found2 > > {{{TypeError: sequence item 0: expected str instance, tuple found}}} 3 3 > That's caused by r24825, a backport for your ticket #2528. 4 4 > (maybe I should not have backported it) … … 11 11 r24944 says `trunk/src/xpra/client/mixins/tray.py` instread 12 12 13 > > NameError: name 'POSIX' is not defined13 > > {{{NameError: name 'POSIX' is not defined}}} 14 14 > That has already been fixed in the 3.0.5 release: r24926. (you're running an older pre-release build) 15 15 > … … 33 33 34 34 Do you ''actually'' use `sys.stdin.readline()`? 35 It's not e.g. this one? https://www.xpra.org/trac/browser/xpra/trunk/src/xpra/client/client_base.py#L64335 It's not e.g. this one? [/browser/xpra/trunk/src/xpra/client/client_base.py#L643] 36 36