Re: Framework for a beginner

2012-04-19 Thread Alek Storm
On Thu, Apr 19, 2012 at 7:12 AM, lkcl luke wrote: > On Thu, Apr 19, 2012 at 12:20 PM, Alek Storm wrote: > > Why not use list comprehension syntax? > > because it's less characters to type, and thus less characters to > read. i find that syntax incredibly klunky

Re: Framework for a beginner

2012-04-19 Thread Alek Storm
On Wed, Apr 18, 2012 at 11:21 PM, lkcl wrote: > On Apr 11, 9:11 pm, biofob...@gmail.com wrote: > > > I am new to python and only have read the Byte of Python ebook, but want > to move to the web. I am tired of being a CMS tweaker and after I tried > python, ruby and php, the python language makes

Re: A case for "real" multiline comments

2012-04-19 Thread Alek Storm
I think docstrings should look like strings, because they're essentially data: they end up as the __doc__ attribute of whatever class or function they're documenting. Conversely, they shouldn't be used as multi-line comments that aren't data (in the middle of functions) - the parser should disallow

Simple TLS NPN negotiation not working on socket server

2012-04-17 Thread Alek Storm
with SSL3_GET_CLIENT_HELLO:wrong version number(strange, because both browsers ostensibly support TLS). Thanks, Alek Storm -- http://mail.python.org/mailman/listinfo/python-list