Re: [BangPypers] Help On Paramiko

2012-06-19 Thread Noufal Ibrahim
-- Cordially, Noufal http://nibrahim.net.in -- http://mail.python.org/mailman/listinfo/python-list

Re: [BangPypers] re module help

2012-01-09 Thread Noufal Ibrahim
it with the regexp. -- ~noufal http://nibrahim.net.in The best cure for insomnia is to get a lot of sleep. -W. C. Fields -- http://mail.python.org/mailman/listinfo/python-list

[issue11151] Arguments to various types not specified in types module

2011-02-08 Thread Noufal
New submission from Noufal nou...@nibrahim.net.in: The documentation for the types module seems to have an obvious bug. The arguments to create the various types are not mentioned in the docs page on http://docs.python.org/library/types.html This came to my attention from a stack overflow

PyCon India 2010 CFP open

2010-06-12 Thread Noufal Ibrahim
and the the announcement on the PyCon blog site is at http://pycon.blogspot.com/2010/06/pycon-india-2010-call-for-proposals.html Thanks -- ~noufal http://nibrahim.net.in -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

[issue3132] implement PEP 3118 struct changes

2010-04-20 Thread Noufal
Changes by Noufal nou...@nibrahim.net.in: -- nosy: +noufal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3132 ___ ___ Python-bugs-list mailing

[issue3788] test_cookie isn't comprehensive

2009-02-22 Thread Noufal
Noufal nou...@nibrahim.net.in added the comment: This patch contains some simple tests for Morsel. I will update it again to increase coverage. The changes to the Cookie tests assume that the patch in issue4860 has been applied. -- keywords: +patch nosy: +noufal Added file: http

[issue4860] js_output wrong for cookies with characters

2009-01-15 Thread Noufal
Noufal nou...@nibrahim.net.in added the comment: What's wrong with and ? I can see the issues with ; though. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4860

[issue4860] js_output wrong for cookies with characters

2009-01-07 Thread Noufal
Noufal nou...@nibrahim.net.in added the comment: A lot of the cookie tests need to be updated. A separate bug was filed regarding this. http://bugs.python.org/issue3788. I'm working on that now and will apply your patch there as well. ___ Python tracker rep

[issue4860] js_output wrong for cookies with characters

2009-01-06 Thread Noufal
New submission from Noufal nou...@nibrahim.net.in: If a cookie is created with a character in the content, the js_output which is emitted is bad javascript. eg. import Cookie c=Cookie.Cookie('Customer=WILE_E_COYOTE; Version=1; Path=/acme') print c Set-Cookie: Customer=WILE_E_COYOTE; Path