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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

