On Tue, May 26, 2009 at 19:06, Anand Chitipothu wrote:
> Can I vote for more than one entry?
How about the Condorcet or the Schulze (internal elections?) method,
both of which iirc are used by debian. If its too complicated a
procedure, maybe each voter could write the number next to their name
i
> text = "The Price £7"
> pattern = u"£\d"
>
> m = re.search(pattern, text, re.UNICODE)
> print m.group(0)
Your text is in utf-8 encoding and pattern in unicode.
Make text unicode solves the issue.
text = u"The Price £7"
pattern = u"£\d"
m = re.search(pattern, text, re.UNICODE)
print m.group(0).e
Hello everyone...
I have a small problem...I'm trying to match a pound symbol in a document
using Python. (Version 2.5.2, although I also ran this under 2.6 and it
seemed to give the same result. But ultimately I need correct code for
2.5.2)
Here's the code:
#!/usr/bin/env python
# -*- coding:
On Tue, May 26, 2009 at 7:06 PM, Anand Chitipothu wrote:
> Can I vote for more than one entry?
I for one am not going to stop you from doing so. Go right ahead. :)
--
~noufal
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/m
On Tue, May 26, 2009 at 7:06 PM, Anand Chitipothu wrote:
> Can I vote for more than one entry?
Nothing in the voting system to prevent you from doing that.
After all it is just a Wiki.
Btw, I have numbered each logo. It would have been better to have
a separate voting page with the logo
Can I vote for more than one entry?
Anand
2009/5/26 Noufal Ibrahim :
> (Cross posting to BangPypers for participation).
>
> Please vote : http://wiki.python.org/moin/PyConIndiaLogos
>
> I should have been clear about not voting till all the designs were in. I'll
> add that to my list of lessons l
(Cross posting to BangPypers for participation).
Please vote : http://wiki.python.org/moin/PyConIndiaLogos
I should have been clear about not voting till all the designs were in. I'll
add that to my list of lessons learnt.
Please vote up your favourite logo on the site. Just enter your name in th