New submission from Alan Cristhian:
I use pickle to serialize data. The pickle.dumps() methods sometimes introduce
the b"\n" character:
>>> import pickle
>>> tuple_with_10 = (10,)
>>> result = pickle.dumps(tuple_with_10, protocol=4)
>>
Alan Cristhian added the comment:
Ok, I agree.
--
___
Python tracker
<http://bugs.python.org/issue19441>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Alan Cristhian:
I had some problems using itertools.tee function. Fortunately I found the
following advice on the PEP-323:
"Currently, the copied iterators remaintied to the original iterator. If the
original advances, then so do all of the copies. Good practice
Changes by Alan Cristhian :
--
nosy: +Alan.Cristhian
___
Python tracker
<http://bugs.python.org/issue5342>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Alan Cristhian :
--
nosy: +Alan.Cristhian
___
Python tracker
<http://bugs.python.org/issue1539925>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Alan Cristhian :
--
nosy: +Alan.Cristhian
___
Python tracker
<http://bugs.python.org/issue18898>
___
___
Python-bugs-list mailing list
Unsubscribe: