[Python-Dev] Understanding the buffer API

2012-08-03 Thread Jeff Allen
I'm implementing the buffer API and some of memoryview for Jython. I have read with interest, and mostly understood, the discussion in Issue #10181 that led to the v3.3 re-implementation of memoryview and much-improved documentation of the buffer API. Although Jython is targeting v2.7 at the mo

Re: [Python-Dev] issue 15510: textwrap.wrap() returning empty list

2012-08-03 Thread MRAB
On 03/08/2012 21:46, Chris Jerdonek wrote: I would like people's opinions on issue 15510, specifically whether it should be addressed and in what versions: http://bugs.python.org/issue15510 Jesús suggested that I ask. The issue relates to textwrap.wrap()'s behavior when wrapping strings that c

[Python-Dev] issue 15510: textwrap.wrap() returning empty list

2012-08-03 Thread Chris Jerdonek
I would like people's opinions on issue 15510, specifically whether it should be addressed and in what versions: http://bugs.python.org/issue15510 Jesús suggested that I ask. The issue relates to textwrap.wrap()'s behavior when wrapping strings that contain no non-whitespace characters -- in par

Re: [Python-Dev] Question

2012-08-03 Thread Chris Angelico
On Sat, Aug 4, 2012 at 4:53 AM, Dheeraj Goswami wrote: > Hi Python Gurus, > I am an experienced Java developer and have been working on it for about 8 > years. I need to build a web 2.0/AJAX based website/application and I am > thinking to build it in Django which means I need to learn and move to

Re: [Python-Dev] Question

2012-08-03 Thread MRAB
On 03/08/2012 19:53, Dheeraj Goswami wrote: Hi Python Gurus, I am an experienced Java developer and have been working on it for about 8 years. I need to build a web 2.0/AJAX based website/application and I am thinking to build it in Django which means I need to learn and move to Python. Please a

[Python-Dev] Question

2012-08-03 Thread Dheeraj Goswami
Hi Python Gurus, I am an experienced Java developer and have been working on it for about 8 years. I need to build a web 2.0/AJAX based website/application and I am thinking to build it in Django which means I need to learn and move to Python. Please advise is it really worth moving from Java wo