Re: removing a post

2009-09-27 Thread Sjoerd Mullender
We are your photos. Share us now with Windows Live Photos. <http://go.microsoft.com/?linkid=9666045> -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list

Re: zip codes

2009-08-17 Thread Sjoerd Mullender
rk 123, Amsterdam. In other words, a simple city <-> ZIP mapping is not sufficient. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- http://mail.python.org/mailman/listinfo/python-list

Re: regex question on .findall and \b

2009-07-02 Thread Sjoerd Mullender
x27;this is test a3 attempt 79') Out[162]: [] What am I missing? ~Ethan~ Try this: >>> re.findall(r'\b\d+\b','this is test a3 attempt 79') ['79'] The \b is a backspace, by using raw strings you get an actual backslash and b. -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list

Re: Gateway to python-list is generating bounce messages.

2008-09-11 Thread Sjoerd Mullender
is already implemented and was implemented from the beginning. It is not the gateway's fault that there are systems that don't follow the standards. -- Sjoerd Mullender, python-list administrator -- http://mail.python.org/mailman/listinfo/python-list

Re: Is massive spam coming from me on python lists?

2008-04-21 Thread Sjoerd Mullender
Torsten Bronger wrote: > Hallöchen! > > Sjoerd Mullender writes: > >> On 2008-04-21 08:01, Brian Vanderburg II wrote: >> >>> I've recently gotten more than too many spam messages and all say >>> Sender: [EMAIL PROTECTED] [...] >> That is just

Re: Is massive spam coming from me on python lists?

2008-04-21 Thread Sjoerd Mullender
t have that Sender. In other words, these spams do not come from you. -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list

Re: Rounding a number to nearest even

2008-04-15 Thread Sjoerd Mullender
(2.0, 2.0), (2.25, 2.0), (2.5, 2.0), (2.75, 2.0), (3.0, 4.0), (3.25, 4.0), (3.5, 4.0), (3.75, 4.0), (4.0, 4.0), (4.25, 4.0), (4.5, 4.0), (4.75, 4.0)] x.75 should be rounded up. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- http://mail.python.org/mailman/listinfo/python-list

test, please ignore

2006-09-20 Thread Sjoerd Mullender
This is a test message from your mailing list administrator. Please ignore. -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list