Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12046, comment 4


Ignore:
Timestamp:
Jul 12, 2015, 1:41:20 AM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12046, comment 4

    initial v1  
    11Two things:
    22
    3  1. `Workflow` macro with unicode stirng raises `TypeError: 'unicode' does not have the buffer interface`.
     3 1. `Workflow` macro with unicode string raises `TypeError: 'unicode' does not have the buffer interface`.
    44 2. I think `io.BytesIO('...')` should be `io.BytesIO(b'...')`