m version 0.15, for old versions
you should first remove file from version control with 'bzr rm' and then
add again with 'bzr add'.
--
Dmitry Vasiliev
http://hlabs.spb.ru
___
Python-Dev mailing list
Python-Dev@python.org
htt
I've just found a strange re behavior:
>>> import re
>>> re.sub("(?:ab|b|a)", "+", "cbacbabcabc")
'c++c++c+c'
>>> re.sub("(?:ab|b|a){2}", "+", "cbacbabcabc")
'c+c+c+c'
In the las
Martin v. Löwis wrote:
> I would like to merge mailing lists, now that the design and first
> implementation of Python 3000 is complete. In particular, I would
+1
--
Dmitry Vasiliev (dima at hlabs.spb.ru)
http://hlabs.spb.ru
___
Python-Dev m
x27;__getitem__', '__gt__', '__hash__',
'__init__', '__iter__', '__le__', '__len__', '__lt__', '__ne__',
'__new__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__&
d. So the fix won't be so hard
too - few asserts needs to be fixed and headers output needs to be
directed through auxiliary encoding method.
3. Tests
4. Documentation examples.
I can create the patch before December 24th if needed.
--
Dmitry Vasiliev
http://hlabs.spb.ru
___
ex.php?func=detail&aid=728815&group_id=5470&atid=305470
Now I think the patch need more review and need to be updated for the current
Python version and maybe some new ideas.
--
Dmitry Vasiliev (dima at hlabs.spb.ru)
http://hlabs.spb.ru