[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /usr/bin/django-admin in python-django



On Mon, Jul 21, 2014 at 10:17:20AM +1000, Brian May wrote:

> Not sure I understand it (that space in ' ''' seems to be important?),

I would guess it creates a 3-quotes Python string embedded into a single-quote one:

test = ' single-quotes string with: '''3-quotes-string''' embedded into it'

Writing '''' would make the first quote escape the second.

Or some such :-)

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


Reply to: