5 Dec
2011
5 Dec
'11
4:52 p.m.
On 12/05/11 17:35, Md. Golam Rashed wrote:
http://docs.sfepy.org/doc/primer.html#problem-description
look at the .py files, are those alright? looks like there's something extra on the beginning of each python file on this primer.
you mean r"""? It's ok - r is for raw string, which is needed when the string contains e.g. LaTeX with sequences like \n \r \b, that you want to preserve. Those are normally swallowed/interpreted by python.
r.