ore the official
announcement.
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/opti
eqi, eqj = None, None # 1st indices of equal lines (if any)
@@ -981,7 +1026,11 @@
cruncher.set_seqs(aelt, belt)
for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes():
la, lb = ai2 - ai1, bj2 - bj1
- if tag == 'replace'
I've done some searching through my code and id() isn't the most-used
builtin, so from my perspective the impact would be limited, but of
course others might think otherwise.
Is it worth writing a PEP for this, or is it crack?
Take care,
--
Christian Robottom Reis | http://async.com.br/~k