#278 closed defect (fixed)
rencode_orig does not build with python2.4
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.9 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It would be nice to find a way to fix the code without impacting performance, and without making it fugly...
byte-compiling ../python2.4/site-packages/xpra/rencode/rencode_orig.py to rencode_orig.pyc File "/usr/lib/python2.4/site-packages/xpra/rencode/rencode_orig.py", line 171 colon = x.index(b':', f) SyntaxError: invalid syntax
This is not a huge issue since we normally build the cython version and this is only the fallback.
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by
Milestone: | future → 0.9 |
---|---|
Version: | trunk |
(setting correct milestone the work was completed in)
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/278
Note: See
TracTickets for help on using
tickets.
fixed in r2906