Re: [Python-Dev] http://bugs.python.org/ is down

2010-04-17 Thread aditya bhargava
Works for me too. On Sat, Apr 17, 2010 at 12:19 PM, Daniel Stutzbach < dan...@stutzbachenterprises.com> wrote: > On Sat, Apr 17, 2010 at 12:17 PM, Victor Stinner < > victor.stin...@haypocalc.com> wrote: > >> http://bugs.python.org/ displays "Service Temporarily Unavailable". Is it >> normal? >> >

[Python-Dev] "expected a character buffer object" messages

2010-03-19 Thread aditya bhargava
I found an old thread on Python-Dev that suggested replacing the error "TypeError: expected a character buffer object" with something more helpful for non-experts like "expected a string or character buffer". Here's the thread: http://mail.python.org/pipermail/python-dev/2006-May/065301.html I thi