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
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
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
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
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
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