Re: email automation

2018-10-23 Thread Ali Rıza KELEŞ
ing emails to grab some URIs of binary objects and queue them to be processed later. You can easily trigger a python script and do whatever you need in that script. If it is a long term process, you should just parse email and use queues for the rest. -- -- Ali Rıza Keleş -- https://mail.python.org/mailman/listinfo/python-list

Re: python3 byte decode

2017-11-07 Thread Ali Rıza KELEŞ
Hi, On 5 November 2017 at 04:06, Cameron Simpson wrote: > On 04Nov2017 01:47, Chris Angelico wrote: >> >> On Fri, Nov 3, 2017 at 8:24 PM, Ali Rıza KELEŞ >> wrote: >>> >>> Yesterday, while working with redis, i encountered a strange case. >>&

python3 byte decode

2017-11-03 Thread Ali Rıza KELEŞ
ot;some" is b"some".decode() ``` Or vice versa? I read that `is` compares same objects, not values. So my question is why "s" and b"s".decode() are same objects, while the others aren't? My python version is 3.6.3. Thanks. -- -- Ali Rıza Keleş -- https://mail.python.org/mailman/listinfo/python-list