On Fri, Apr 10, 2015 at 4:46 AM, Ben Finney <ben+pyt...@benfinney.id.au> wrote:
> Travis Griggs <travisgri...@gmail.com> writes:
>
>> Here’s 3 examples:
>>
>>     if k + ‘_@‘ in documents:
>>
>>     timeKey = k + ‘_@‘
>>
>>     historyKey = thingID + ‘_’ + k
>
> In addition to the other responses, I'll point out a different issue:
>
> Your client is composing messages that munge your text. Ensure you post
> only the exact characters you want to type; the above is not valid
> Python code (try it yourself).

I don't think they were meant to be one block. They're three
independent examples.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to