[Tutor] How to parse large files
Peter Otten
__peter__ at web.de
Sun Nov 1 19:42:09 EST 2015
Alan Gauld wrote:
> On 01/11/15 20:33, jarod_v6--- via Tutor wrote:
>> Thanks!!
>> I use python2.7 Can Also use in that version?
>> I don't understand why use partition and not split(). what is the reason
>> for that?
>
> I'm confused? Where did partition v split enter into things?
> Am I missing a message some place?
I used partition() instead of split() in my shelve example:
https://mail.python.org/pipermail/tutor/2015-October/107103.html
Sorry for that distraction ;)
More information about the Tutor
mailing list