Change by Alessio Bogon :
--
nosy: +youtux
___
Python tracker
<https://bugs.python.org/issue44140>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Alessio Bogon :
--
nosy: +youtux
___
Python tracker
<https://bugs.python.org/issue43468>
___
___
Python-bugs-list mailing list
Unsubscribe:
Alessio Bogon added the comment:
Is there any update on this issue? I'm experiencing the same problem on macos.
--
___
Python tracker
<https://bugs.python.org/is
Change by Alessio Bogon :
--
nosy: +youtux
___
Python tracker
<https://bugs.python.org/issue38780>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Alessio:
In example when appending a message with more than one flag in a tuple with
imaplib:
print flags
('\\Answered', '\\Seen')
connection.append('INBOX', flags, date, msg)
---
Alessio added the comment:
Is anybody working with this case?
--
___
Python tracker
<http://bugs.python.org/issue11024>
___
___
Python-bugs-list mailing list
Unsub
Alessio added the comment:
Not working patch, if I use this method on append I've all messages with 1970
year
--
nosy: +Pilessio
___
Python tracker
<http://bugs.python.org/is
New submission from Alessio Bogon:
I would like to suggest a new string function/constructor:
string.from_iterable(iterable [,map_function])
I think that the behaviour is intuitive: given an iterable, it construct a
string using its element by apply a `map_function`, if provided, to each one
Alessio G. B. added the comment:
I have added the Italian translation.
--
nosy: +agb
Added file: http://bugs.python.org/file13689/python.desktop
___
Python tracker
<http://bugs.python.org/issue1353