[issue25310] End mark argument for StreamReader.readline() method

2015-10-03 Thread Alan Cristhian
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) >>

[issue19441] itertools.tee improve documentation

2013-11-11 Thread Alan Cristhian
Alan Cristhian added the comment: Ok, I agree. -- ___ Python tracker <http://bugs.python.org/issue19441> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19441] itertools.tee improve documentation

2013-10-29 Thread Alan Cristhian
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

[issue5342] packaging: add tests for old versions cleanup on update

2013-10-16 Thread Alan Cristhian
Changes by Alan Cristhian : -- nosy: +Alan.Cristhian ___ Python tracker <http://bugs.python.org/issue5342> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1539925] warnings in interactive sessions

2013-10-13 Thread Alan Cristhian
Changes by Alan Cristhian : -- nosy: +Alan.Cristhian ___ Python tracker <http://bugs.python.org/issue1539925> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18898] Apply the setobject optimizations to dictionaries

2013-09-03 Thread Alan Cristhian
Changes by Alan Cristhian : -- nosy: +Alan.Cristhian ___ Python tracker <http://bugs.python.org/issue18898> ___ ___ Python-bugs-list mailing list Unsubscribe: