![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archive%r
From: Blackbird <fake@nospam.no>
Date: Mon Mar 06 2006 - 17:33:20 CET
I'm trying to get a complete grip on %r. Is it true that the two programs
a = '*anything the parser accepts*'
vs.
a = r'*anything the parser accepts*'
always produce the same output, where *anything the parser accepts* can be
|